Skip to content

Commit

Permalink
Make consolidatrewards note accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl authored Nov 11, 2024
1 parent 492616f commit 8dc246d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dfi/rpc_accounts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3710,8 +3710,8 @@ UniValue logdbhashes(const JSONRPCRequest &request) {
result.pushKV("blockhash", blockHash);
// Note that this only guaranteed to be equal with other nodes
// if they didn't hit undo changes at different points.
// Example, consolidaterewards at different points can cause this
// to change on pre static reward addresses.
// Other instances that can cause this to differ are:
// consolidaterewards at different points, etc
result.pushKV("dvmhash", hashHex);
result.pushKV("dvmhash_no_undo", hashHexNoUndo);

Expand Down

0 comments on commit 8dc246d

Please sign in to comment.