Compare commits
5 Commits
667128c341
...
99c48cb684
Author | SHA1 | Date | |
---|---|---|---|
99c48cb684 | |||
6e39698f18 | |||
40963f9a36 | |||
e32a531c61 | |||
7f632c1c98 |
@ -20,7 +20,7 @@ type Phoenixd struct {
|
||||
webhookUrl string
|
||||
}
|
||||
|
||||
func NewPhoenixd(opts ...func(*Phoenixd) *Phoenixd) *Phoenixd {
|
||||
func NewPhoenixd(opts ...func(*Phoenixd) *Phoenixd) lightning.Lightning {
|
||||
ln := &Phoenixd{}
|
||||
for _, opt := range opts {
|
||||
opt(ln)
|
||||
|
Loading…
x
Reference in New Issue
Block a user