Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsutton committed Sep 15, 2024
1 parent d7a7902 commit bb8af5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kaspawallet/bump_fee_unsigned.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func bumpFeeUnsigned(conf *bumpFeeUnsignedConfig) error {
TxID: conf.TxID,
From: conf.FromAddresses,
UseExistingChangeAddress: conf.UseExistingChangeAddress,
FeePolicy: feePolicy,
FeePolicy: feePolicy,
})
if err != nil {
return err
Expand Down

0 comments on commit bb8af5d

Please sign in to comment.