cln: use amt_to_forward in payload to charge fees

This commit is contained in:
Jesse de Wit
2023-01-20 16:24:06 +01:00
parent 8d745f4344
commit 415a46a6fe
15 changed files with 236 additions and 50 deletions

View File

@@ -45,7 +45,6 @@ type LspNode interface {
Rpc() lspd.ChannelOpenerClient
NodeId() []byte
LightningNode() lntest.LightningNode
SupportsChargingFees() bool
PostgresBackend() *PostgresContainer
}