Fix typo in admin_rpc_service.rs (#31509)

existant -> existent
This commit is contained in:
Ikko Eltociear Ashimine 2023-05-06 01:17:04 +09:00 committed by GitHub
parent 9c6e7e0435
commit cfaf744051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1176,7 +1176,7 @@ mod tests {
// --mint_account1-- mint_account2
if secondary_index_enabled {
// ----------- Test for a non-existant key -----------
// ----------- Test for a non-existent key -----------
let req = format!(
r#"{{"jsonrpc":"2.0","id":1,"method":"getSecondaryIndexKeySize","params":["{non_existent_pubkey}"]}}"#,
);