mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 23:36:15 +02:00
multi: rename key_send, key-send and key send to keysend
This commit is contained in:
@@ -220,7 +220,7 @@ type Invoice struct {
|
||||
Memo []byte
|
||||
|
||||
// PaymentRequest is the encoded payment request for this invoice. For
|
||||
// spontaneous (key send) payments, this field will be empty.
|
||||
// spontaneous (keysend) payments, this field will be empty.
|
||||
PaymentRequest []byte
|
||||
|
||||
// CreationDate is the exact time the invoice was created.
|
||||
|
Reference in New Issue
Block a user