rust-lightning/lightning/src/ln
Matt Corallo f554c59463 Drop redundant .clone() in check_spends calls.
The API to rust-bitcoin to check a transaction correctly spends
another changed some time ago, but we still have a lot of needless
.clone()s in our tests.
2020-03-04 21:06:57 -05:00
..
chan_utils.rs Make Readable::read a templated on the stream, not Readable itself 2020-03-04 14:29:06 -05:00
chanmon_update_fail_tests.rs Add an override optional UserConfig per new outbound channel 2020-02-28 22:58:26 +00:00
channel.rs Change Option<T> serialization format to include length 2020-03-04 14:29:06 -05:00
channelmanager.rs Make Readable::read a templated on the stream, not Readable itself 2020-03-04 14:29:06 -05:00
channelmonitor.rs Flatten Vec passed from channelmonitor to onchaintx block_connected 2020-03-04 17:57:22 -05:00
features.rs Make Readable::read a templated on the stream, not Readable itself 2020-03-04 14:29:06 -05:00
functional_test_utils.rs Drop redundant .clone() in check_spends calls. 2020-03-04 21:06:57 -05:00
functional_tests.rs Drop redundant .clone() in check_spends calls. 2020-03-04 21:06:57 -05:00
mod.rs Introduce OnchainTxHandler, move bumping and tracking logic 2020-03-04 16:06:29 -05:00
msgs.rs Make Readable::read a templated on the stream, not Readable itself 2020-03-04 14:29:06 -05:00
onchaintx.rs Correct comment in onchaintx.rs 2020-03-04 21:06:57 -05:00
onion_utils.rs Swap out 20*65 for a constant, given onion hops are now of var len 2020-02-11 16:27:38 -05:00
peer_channel_encryptor.rs Merge branch 'master' of github.com:rust-bitcoin/rust-lightning into use-workspaces 2019-11-18 19:44:55 +00:00
peer_handler.rs Merge pull request #522 from valentinewallace/chanmgr-fee-est-arc-to-deref 2020-02-28 19:08:43 +00:00
reorg_tests.rs Drop redundant .clone() in check_spends calls. 2020-03-04 21:06:57 -05:00
router.rs Make Readable::read a templated on the stream, not Readable itself 2020-03-04 14:29:06 -05:00
wire.rs Make Readable::read a templated on the stream, not Readable itself 2020-03-04 14:29:06 -05:00