Skip to content

Commit

Permalink
fix: transaction deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Oct 10, 2024
1 parent 6f63ab1 commit d75a791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/kth/domain/chain/transaction_basis.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ bool read(Source& source, std::vector<Put>& puts, bool wire, bool witness) {

auto const deserialize = [&](Put& put) {
result = result && put.from_data(source, wire, witness_val(witness));
#ifndef NDBEUG
#ifndef NDEBUG
put.script().operations();
#endif
};
Expand Down

0 comments on commit d75a791

Please sign in to comment.