lncli+lnrpc: update docs for sat_per_byte

Update the documentation for the field `sat_per_byte`. While the name
suggests it’s sat per byte, the value is actually in sat per virtual
byte.
This commit is contained in:
yyforyongyu
2020-10-20 10:22:36 +08:00
parent d85d82824c
commit 2466758acd
9 changed files with 35 additions and 35 deletions

View File

@@ -255,7 +255,7 @@ var sendCoinsCommand = cli.Command{
cli.Int64Flag{
Name: "sat_per_byte",
Usage: "(optional) a manual fee expressed in " +
"sat/byte that should be used when crafting " +
"sat/vbyte that should be used when crafting " +
"the transaction",
},
cli.Uint64Flag{
@@ -481,7 +481,7 @@ var sendManyCommand = cli.Command{
},
cli.Int64Flag{
Name: "sat_per_byte",
Usage: "(optional) a manual fee expressed in sat/byte that should be " +
Usage: "(optional) a manual fee expressed in sat/vbyte that should be " +
"used when crafting the transaction",
},
cli.Uint64Flag{
@@ -692,7 +692,7 @@ var closeChannelCommand = cli.Command{
cli.Int64Flag{
Name: "sat_per_byte",
Usage: "(optional) a manual fee expressed in " +
"sat/byte that should be used when crafting " +
"sat/vbyte that should be used when crafting " +
"the transaction",
},
cli.StringFlag{
@@ -845,7 +845,7 @@ var closeAllChannelsCommand = cli.Command{
cli.Int64Flag{
Name: "sat_per_byte",
Usage: "(optional) a manual fee expressed in " +
"sat/byte that should be used when crafting " +
"sat/vbyte that should be used when crafting " +
"the closing transactions",
},
},