aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-11-01 16:17:56 +0100
committerMarcoFalke <falke.marco@gmail.com>2021-12-17 10:39:39 +0100
commitfaff051560552d4405896e01920a18f698155a56 (patch)
tree1343cc6f4022be949f383f400e3ba1e71c6fa244 /src/rpc/blockchain.cpp
parent8c0bd871fcf6c5ff5851ccb18a7bc7554a0484b0 (diff)
downloadbitcoin-faff051560552d4405896e01920a18f698155a56.tar.xz
style: Remove unused whitespace
Diffstat (limited to 'src/rpc/blockchain.cpp')
-rw-r--r--src/rpc/blockchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp
index 050d9dd980..689c8751f3 100644
--- a/src/rpc/blockchain.cpp
+++ b/src/rpc/blockchain.cpp
@@ -1242,7 +1242,7 @@ static RPCHelpMan gettxoutsetinfo()
ret.pushKV("hash_serialized_2", stats.hashSerialized.GetHex());
}
if (hash_type == CoinStatsHashType::MUHASH) {
- ret.pushKV("muhash", stats.hashSerialized.GetHex());
+ ret.pushKV("muhash", stats.hashSerialized.GetHex());
}
ret.pushKV("total_amount", ValueFromAmount(stats.nTotalAmount));
if (!stats.index_used) {