mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-15 11:04:20 +01:00
cln-grpc: Map AmountOrAll and AmountOrAny
This commit is contained in:
committed by
Rusty Russell
parent
04e7e285d7
commit
bba68e2136
@@ -9,7 +9,7 @@
|
||||
],
|
||||
"properties": {
|
||||
"msatoshi": {
|
||||
"type": "msat",
|
||||
"type": "msat|any",
|
||||
"description": ""
|
||||
},
|
||||
"description": {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"type": "pubkey"
|
||||
},
|
||||
"satoshi": {
|
||||
"type": "msat"
|
||||
"type": "msat|all"
|
||||
},
|
||||
"feerate": {
|
||||
"type": "feerate"
|
||||
|
||||
Reference in New Issue
Block a user