Skip to content

Commit 6202859

Browse files
committed
pay_fee_impl: remove commented code
1 parent c33cd7d commit 6202859

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ledger/src/scan_state/transaction_logic/transaction_partially_applied.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,15 +1265,4 @@ where
12651265
account.timing = timing;
12661266

12671267
Ok((location, account))
1268-
1269-
// in
1270-
// ( location
1271-
// , { account with
1272-
// balance
1273-
// ; nonce = Account.Nonce.succ account.nonce
1274-
// ; receipt_chain_hash =
1275-
// Receipt.Chain_hash.cons_signed_command_payload command
1276-
// account.receipt_chain_hash
1277-
// ; timing
1278-
// } )
12791268
}

0 commit comments

Comments
 (0)