Compare commits
4 Commits
667128c341
...
5c4baedb9d
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c4baedb9d | |||
| 4d57af249d | |||
| 2cd2909463 | |||
| 1acd347647 |
@ -5,7 +5,3 @@ type Bolt11 string
|
|||||||
type Lightning interface {
|
type Lightning interface {
|
||||||
CreateInvoice(msats int64, description string) (Bolt11, error)
|
CreateInvoice(msats int64, description string) (Bolt11, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
type LightningImpl struct {
|
|
||||||
ln *Lightning
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user