From ce997091b46eeadd18911b5698e70ea466b72167 Mon Sep 17 00:00:00 2001 From: Prasanna Loganathar Date: Thu, 14 Nov 2024 00:57:25 +0800 Subject: [PATCH] Make naming consistent --- src/dfi/rpc_accounts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dfi/rpc_accounts.cpp b/src/dfi/rpc_accounts.cpp index fc10cffeb8..cc64956f6a 100644 --- a/src/dfi/rpc_accounts.cpp +++ b/src/dfi/rpc_accounts.cpp @@ -3713,7 +3713,7 @@ UniValue logdbhashes(const JSONRPCRequest &request) { // - consolidaterewards at different points if pre-static addresses are involved. result.pushKV("dvmhash", hashHex); result.pushKV("dvmwithoutundohash", hashHexNoUndo); - result.pushKV("dvmaccounthashes", hashHexAccount); + result.pushKV("dvmaccounthash", hashHexAccount); auto res = XResultValueLogged(evm_try_get_latest_block_hash(result)); if (res) {