From 08b822ea57fa912214959704b46cf2f2749cf9b1 Mon Sep 17 00:00:00 2001 From: cryptagoras Date: Sat, 28 Nov 2020 12:35:52 +0200 Subject: [PATCH] cmd/pool: fix typo on account deposit --- cmd/pool/account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/pool/account.go b/cmd/pool/account.go index c396fc473..b32ac051c 100644 --- a/cmd/pool/account.go +++ b/cmd/pool/account.go @@ -268,7 +268,7 @@ var depositAccountCommand = cli.Command{ cli.Uint64Flag{ Name: "sat_per_vbyte", Usage: "the fee rate expressed in sat/vbyte that " + - "should be used for the withdrawal", + "should be used for the deposit", }, }, Action: depositAccount,