Skip to content

Commit 6b77db5

Browse files
committed
fix addinvoice with ln address
1 parent dda77a8 commit 6b77db5

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, "mostro_p2p@ln.tips"]
14+
"payment_request": [null, "mostro_p2p@ln.tips", null]
1515
}
1616
}
1717
},

0 commit comments

Comments
 (0)