From 867552b4f67a2e7bfcb6117088cb300d078c1d2c Mon Sep 17 00:00:00 2001 From: Alwin Date: Sat, 20 May 2023 07:28:39 +0200 Subject: [PATCH] change reply_custom_key to int --- value/blip-0010.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/value/blip-0010.md b/value/blip-0010.md index dc12e9b..9e2af6c 100644 --- a/value/blip-0010.md +++ b/value/blip-0010.md @@ -154,7 +154,7 @@ Other optional fields: must be capable of receiving keysend payments. If this field contains an "@" symbol, it should be interpreted as a "[lightning address](https://github.com/andrerfneves/lightning-address/blob/master/README.md#tldr)". -* `reply_custom_key` (str) The custom key for routing a reply payment to the sender. This field should not be present +* `reply_custom_key` (int) The custom key for routing a reply payment to the sender. This field should not be present if it is not required for payment routing. * `reply_custom_value` (str) The custom value for routing a reply payment to the sender. This field should not be present if it is not required for payment routing.