Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestLightningWallet ¶
TestInterfaces tests all registered interfaces with a unified set of tests which exercise each of the required methods found within the WalletController interface.
NOTE: In the future, when additional implementations of the WalletController interface have been implemented, in order to ensure the new concrete implementation is automatically tested, two steps must be undertaken. First, one needs add a "non-captured" (_) import from the new sub-package. This import should trigger an init() method within the package which registers the interface. Second, an additional case in the switch within the main loop below needs to be added which properly initializes the interface.
TODO(roasbeef): purge bobNode in favor of dual lnwallet's
Types ¶
This section is empty.