From 9b7d58d0ecf1a44c5f6c0c129037704e2ac6c4b5 Mon Sep 17 00:00:00 2001 From: Jonathan Harvey-Buschel Date: Thu, 14 Dec 2023 12:31:00 -0500 Subject: [PATCH] tapcli: switch manual fee unit to sat/vB --- cmd/tapcli/assets.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/tapcli/assets.go b/cmd/tapcli/assets.go index 6626a8f26..fcbc97216 100644 --- a/cmd/tapcli/assets.go +++ b/cmd/tapcli/assets.go @@ -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", }, }, @@ -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