WatcherInfo(Wallet &wallet): wallet(wallet), parent_(wallet.shared_from_this()) { }
WatcherInfo(Wallet &wallet): parent_(wallet.shared_from_this()), watcher(wallet.txCache, wallet.addressCache), wallet(wallet) { }