We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3a356 commit 99a66d8Copy full SHA for 99a66d8
1 file changed
src/chain/transaction.cpp
@@ -1237,7 +1237,7 @@ code transaction::guard_check(const context& ctx) const NOEXCEPT
1237
1238
if (!bip141 && is_segregated())
1239
return error::unexpected_witness_transaction;
1240
- if (bip141 && is_overweight())
+ if (bip141 && is_overweight())
1241
return error::transaction_weight_limit;
1242
1243
return error::transaction_success;
0 commit comments