Add the `OutPoint` type for the `ChannelMonitor`'s funding_txo field.
authorJean Pierre Dudey <jeandudey@hotmail.com>
Wed, 27 Jun 2018 13:11:58 +0000 (09:11 -0400)
committerJean Pierre Dudey <jeandudey@hotmail.com>
Fri, 29 Jun 2018 16:12:17 +0000 (12:12 -0400)
commitd0e9137bc5f8f31cc5e9c63b94f1450bdb18b524
treeaf2265e1c4fc709c815f900636f4369969c80636
parentd8474c9d3c422dddf6cf4b5a4f52157a0277203a
Add the `OutPoint` type for the `ChannelMonitor`'s funding_txo field.

This structure replaces the (Sha256dHash, u16) tuple that was being used
for the funding output.

Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
fuzz/fuzz_targets/channel_target.rs
fuzz/fuzz_targets/full_stack_target.rs
src/chain/mod.rs
src/chain/transaction.rs [new file with mode: 0644]
src/ln/channel.rs
src/ln/channelmanager.rs
src/ln/channelmonitor.rs
src/util/events.rs
src/util/test_utils.rs