Skip to content

Commit ae4d7ed

Browse files
authored
Merge pull request #24 from Catrya/fix_ln_address
fix addinvoice with ln address
2 parents dda77a8 + 6b77db5 commit ae4d7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/take_sell_ln_address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The buyer can use a [lightning address](https://github.com/andrerfneves/lightnin
1111
"action": "take-sell",
1212
"trade_index": 1,
1313
"payload": {
14-
"payment_request": [null, "[email protected]"]
14+
"payment_request": [null, "[email protected]", null]
1515
}
1616
}
1717
},

0 commit comments

Comments
 (0)