Skip to content

Commit

Permalink
Optimized notifications collecting
Browse files Browse the repository at this point in the history
  • Loading branch information
lostystyg committed Sep 8, 2022
1 parent 24e63f4 commit 32b0e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pocketdb/repositories/web/WebRpcRepository.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ namespace PocketDb
if (auto acc = accsData.find(notifiersEntry.first); acc != accsData.end()) {
notifier.pushKV("i", acc->second.Serialize());
}
notifiers.pushKV(notifiersEntry.first, notifier);
notifiers.pushKV(notifiersEntry.first, notifier, false);
}

UniValue result (UniValue::VOBJ);
Expand Down

0 comments on commit 32b0e15

Please sign in to comment.