Skip to content

Commit 5fdbb7a

Browse files
committed
fixup! doc: be explicit (with tests!) on when we don't know amount_msat for listsendpays.
1 parent 521220c commit 5fdbb7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/schemas/listpays.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"amount_msat": {
193193
"type": "msat",
194194
"description": [
195-
"The amount of millisatoshi we intended to send to the destination. This can only be missing in the case of someone manually calling sendonion without the `amount_msat` parameter (which no plugin currently does)."
195+
"The amount of millisatoshi we intended to send to the destination. This can only be missing in the case of someone manually calling sendonion without the `amount_msat` parameter (which no plugin currently does)."
196196
]
197197
},
198198
"amount_sent_msat": {

doc/schemas/listsendpays.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"amount_msat": {
145145
"type": "msat",
146146
"description": [
147-
"The amount delivered to destination (if known). This is not known in the case where sendonion(7) was used to manually initiate a payment without the `amount_msat` parameter."
147+
"The amount delivered to destination (if known). This is not known in the case where sendonion(7) was used to manually initiate a payment without the `amount_msat` parameter."
148148
]
149149
},
150150
"destination": {

0 commit comments

Comments
 (0)