mobile/bindings: update API for falafel v0.8.1

This commit is contained in:
Johan T. Halseth
2021-02-03 15:39:36 +01:00
parent cf5b0b7943
commit 321141600e
3 changed files with 39 additions and 49 deletions

4
lnd.go
View File

@@ -153,10 +153,6 @@ type ListenerWithSignal struct {
// ListenerCfg is a wrapper around custom listeners that can be passed to lnd
// when calling its main method.
type ListenerCfg struct {
// WalletUnlocker can be set to the listener to use for the wallet
// unlocker. If nil a regular network listener will be created.
WalletUnlocker *ListenerWithSignal
// RPCListener can be set to the listener to use for the RPC server. If
// nil a regular network listener will be created.
RPCListener *ListenerWithSignal