mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 22:54:26 +01:00
lntest: add Name() to BackendCfg
This commit is contained in:
@@ -104,6 +104,9 @@ type BackendConfig interface {
|
||||
|
||||
// DisconnectMiner is called to bitconneeeect the miner.
|
||||
DisconnectMiner() error
|
||||
|
||||
// Name returns the name of the backend type.
|
||||
Name() string
|
||||
}
|
||||
|
||||
type nodeConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user