Skip to content

Commit

Permalink
tapcli: switch manual fee unit to sat/vB
Browse files Browse the repository at this point in the history
  • Loading branch information
jharveyb committed Dec 14, 2023
1 parent 4479e98 commit 9b7d58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/tapcli/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ var finalizeBatchCommand = cli.Command{
},
cli.Uint64Flag{
Name: feeRateName,
Usage: "if set, the fee rate in sat/kw to use for " +
Usage: "if set, the fee rate in sat/vB to use for " +
"the minting transaction",
},
},
Expand Down Expand Up @@ -531,7 +531,7 @@ var sendAssetsCommand = cli.Command{
},
cli.Uint64Flag{
Name: feeRateName,
Usage: "if set, the fee rate in sat/kw to use for " +
Usage: "if set, the fee rate in sat/vB to use for " +
"the anchor transaction",
},
// TODO(roasbeef): add arg for file name to write sender proof
Expand Down

0 comments on commit 9b7d58d

Please sign in to comment.