Skip to content

Commit 938ed96

Browse files
committed
Comment.
1 parent dfd073a commit 938ed96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocols/protocol_electrum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ void protocol_electrum::blockchain_block_headers(size_t starting,
236236
result["header"] = headers.front();
237237
}
238238

239-
// There is a very slim change of inconsistency given an intervening reorg
239+
// There is a very slim chance of inconsistency given an intervening reorg
240240
// because of get_merkle_root_and_proof() use of height-based calculations.
241241
// This is acceptable as it must be verified by caller in any case.
242242
if (prove)

0 commit comments

Comments
 (0)