mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
use msat_or_all for fundpsbt request amount
This commit is contained in:
committed by
Christian Decker
parent
d4ef20d54a
commit
836a2aa261
2
cln-grpc/proto/node.proto
generated
2
cln-grpc/proto/node.proto
generated
@@ -988,7 +988,7 @@ message KeysendExtratlvs {
|
||||
}
|
||||
|
||||
message FundpsbtRequest {
|
||||
Amount satoshi = 1;
|
||||
AmountOrAll satoshi = 1;
|
||||
Feerate feerate = 2;
|
||||
uint32 startweight = 3;
|
||||
optional uint32 minconf = 4;
|
||||
|
||||
Reference in New Issue
Block a user