You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/msggen/msggen/schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5162,7 +5162,7 @@
5162
5162
"",
5163
5163
"If a field is unavailable, it expands to an empty string.",
5164
5164
"",
5165
-
"You can provide fallback with ?, including more variable:",
5165
+
"You can provide fallback with ?, which is used when the tag is not present (or zero, for credit, debit, fees and creditdebit). This fallback can include more tags:",
5166
5166
" * {outpoint?NONE}",
5167
5167
" * {payment_id?txid: {txid?UNKNOWN}}",
5168
5168
"The first one the outpoint, or NONE if that is not available. ",
Copy file name to clipboardExpand all lines: doc/schemas/bkpr-report.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@
48
48
"",
49
49
"If a field is unavailable, it expands to an empty string.",
50
50
"",
51
-
"You can provide fallback with ?, including more variable:",
51
+
"You can provide fallback with ?, which is used when the tag is not present (or zero, for credit, debit, fees and creditdebit). This fallback can include more tags:",
52
52
" * {outpoint?NONE}",
53
53
" * {payment_id?txid: {txid?UNKNOWN}}",
54
54
"The first one the outpoint, or NONE if that is not available. ",
0 commit comments