Add a KeysInterface which provides keys from user
authorAntoine Riard <ariard@student.42.fr>
Fri, 26 Oct 2018 15:15:55 +0000 (11:15 -0400)
committerMatt Corallo <git@bluematt.me>
Sat, 27 Oct 2018 13:34:45 +0000 (09:34 -0400)
commitd33cb3cca560ec33b33542c1ef6e47f15b35e30a
treef268a6f213927d445e83a97a2bcd26a90254410c
parent8c235d9e28da0bcdb1d68166fc771e0c83a7b2fc
Add a KeysInterface which provides keys from user

Move ChannelKeys into keysinterface for generate a set of it from
master_seed and change return type to panic on bogus data
src/chain/keysinterface.rs
src/ln/channel.rs
src/ln/channelmanager.rs