We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da06357 commit 9763bc6Copy full SHA for 9763bc6
1 file changed
include/bitcoin/system/impl/machine/interpreter.ipp
@@ -1111,7 +1111,9 @@ op_check_multisig_verify() NOEXCEPT
1111
1112
ec_signature sig;
1113
uint8_t sighash_flags;
1114
- typename state::hash_cache cache;
+
1115
+ // Bucket count default is typically around 8.
1116
+ typename state::hash_cache cache{};
1117
1118
// Subscript is the same for all signatures.
1119
const auto sub = state::subscript(endorsements);
0 commit comments