lntest: add Name() to BackendCfg

This commit is contained in:
Johan T. Halseth
2019-05-24 14:17:49 +02:00
parent 8f5a4beaad
commit 2d49ee56e2
3 changed files with 13 additions and 0 deletions

View File

@@ -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 {