Remove Watchtower mode from Storage enum and make it a struct
authorAntoine Riard <ariard@student.42.fr>
Wed, 18 Mar 2020 05:15:28 +0000 (01:15 -0400)
committerAntoine Riard <ariard@student.42.fr>
Fri, 20 Mar 2020 21:05:38 +0000 (17:05 -0400)
commit1dbda4faedc33506e63176e6a45687b5d756fe10
tree0aee0fb422127c60383236769dbfb904d206c4f1
parent8bd155e77482273c8b6e278f8282dc267144a8a7
Remove Watchtower mode from Storage enum and make it a struct

Watchtower will be supported through external signer interface
where a watchtower implementation may differ from a local one
by the scope of key access and pre-signed datas.
lightning/src/ln/channelmonitor.rs
lightning/src/util/macro_logger.rs