Skip to content

Commit 99a66d8

Browse files
committed
Whitespace.
1 parent 6c3a356 commit 99a66d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chain/transaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ code transaction::guard_check(const context& ctx) const NOEXCEPT
12371237

12381238
if (!bip141 && is_segregated())
12391239
return error::unexpected_witness_transaction;
1240-
if (bip141 && is_overweight())
1240+
if (bip141 && is_overweight())
12411241
return error::transaction_weight_limit;
12421242

12431243
return error::transaction_success;

0 commit comments

Comments
 (0)