Skip to content

Commit c33cd7d

Browse files
committed
Ledger/tx_logic: make fee_pay_impl public
1 parent d9b0be0 commit c33cd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger/src/scan_state/transaction_logic/transaction_partially_applied.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ where
12351235
)
12361236
}
12371237

1238-
fn pay_fee_impl<L>(
1238+
pub fn pay_fee_impl<L>(
12391239
command: &SignedCommandPayload,
12401240
nonce: Nonce,
12411241
fee_payer: AccountId,

0 commit comments

Comments
 (0)