Skip to content

Commit 298e860

Browse files
committed
xpay: update schema with payer_note field
1 parent 963d557 commit 298e860

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/schemas/xpay.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@
6565
"A payment may be delayed for up to `maxdelay` blocks by another node; clients should be prepared for this worst case."
6666
],
6767
"default": "2016"
68+
},
69+
"payer_note": {
70+
"type": "string",
71+
"added": "v26.04",
72+
"description": [
73+
"A message that a payer is willing to send to a payee within a payment."
74+
]
6875
}
6976
}
7077
},

0 commit comments

Comments
 (0)