Skip to content

Commit

Permalink
Fix bug in merkle serialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKrawisz committed Aug 23, 2022
1 parent da53e13 commit d2abe13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gigamonkey/merkle/serialize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ namespace Gigamonkey::BitcoinAssociation {
for (const optional<digest256> &z : b) {
if (bool(z)) w = write_node(w, *z);
else w = write_duplicate(w);
b = b.rest();
}
return w;
}
Expand Down

0 comments on commit d2abe13

Please sign in to comment.