File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 6363
6464## Deprecations
6565
66+ ### ⚠️ ** Warning:** The deprecated fee rate option ` --sat_per_byte ` will be removed in release version ** 0.22**
67+
68+ Users should migrate to the ` --sat_per_vbyte ` option, which correctly represents
69+ fee rates in terms of virtual bytes (vbytes).
70+
71+ Internally ` --sat_per_byte ` was treated as sat/vbyte, this meant the option name
72+ was misleading and could result in unintended fee calculations. To avoid
73+ further confusion and to align with ecosystem terminology, the option is being
74+ removed.
75+
76+ The following RPCs will be impacted:
77+
78+ | RPC Method | Messages | Removed Option |
79+ | ----------------------| ----------------| -------------|
80+ | [ ` lnrpc.CloseChannel ` ] ( https://lightning.engineering/api-docs/api/lnd/lightning/close-channel/ ) | [ ` lnrpc.CloseChannelRequest ` ] ( https://lightning.engineering/api-docs/api/lnd/lightning/close-channel/#lnrpcclosechannelrequest ) | sat_per_byte
81+ | [ ` lnrpc.OpenChannelSync ` ] ( https://lightning.engineering/api-docs/api/lnd/lightning/open-channel-sync/ ) | [ ` lnrpc.OpenChannelRequest ` ] ( https://lightning.engineering/api-docs/api/lnd/lightning/open-channel-sync/#lnrpcopenchannelrequest ) | sat_per_byte
82+ | [ ` lnrpc.OpenChannel ` ] ( https://lightning.engineering/api-docs/api/lnd/lightning/open-channel/ ) | [ ` lnrpc.OpenChannelRequest ` ] ( https://lightning.engineering/api-docs/api/lnd/lightning/open-channel/#lnrpcopenchannelrequest ) | sat_per_byte
83+ | [ ` lnrpc.SendCoins ` ] ( https://lightning.engineering/api-docs/api/lnd/lightning/send-coins/ ) | [ ` lnrpc.SendCoinsRequest ` ] ( https://lightning.engineering/api-docs/api/lnd/lightning/send-coins/#lnrpcsendcoinsrequest ) | sat_per_byte
84+ | [ ` lnrpc.SendMany ` ] ( https://lightning.engineering/api-docs/api/lnd/lightning/send-many/ ) | [ ` lnrpc.SendManyRequest ` ] ( https://lightning.engineering/api-docs/api/lnd/lightning/send-many/#lnrpcsendmanyrequest ) | sat_per_byte
85+ | [ ` walletrpc.BumpFee ` ] ( https://lightning.engineering/api-docs/api/lnd/wallet-kit/bump-fee/ ) | [ ` walletrpc.BumpFeeRequest ` ] ( walletrpc.BumpFeeRequest ) | sat_per_byte
86+ |
87+
88+
89+
6690# Technical and Architectural Updates
6791## BOLT Spec Updates
6892
You can’t perform that action at this time.
0 commit comments