Typify payment_hash and payment_preimage
authorAntoine Riard <ariard@student.42.fr>
Fri, 23 Nov 2018 02:18:16 +0000 (21:18 -0500)
committerMatt Corallo <git@bluematt.me>
Fri, 14 Dec 2018 22:00:50 +0000 (17:00 -0500)
commit7a483e597c9079a280b1ea31d9762d89300097ce
tree45a065ef7b4eefdedf0ab2536562af15149f9a49
parentcdbd2ef5a23183507843f599c305e40590a08401
Typify payment_hash and payment_preimage

Fix variable name as payment_hash instead of txid for index
of remote_hash_commitment_number in ChannelMonitor reader
fuzz/fuzz_targets/full_stack_target.rs
src/ln/chan_utils.rs
src/ln/channel.rs
src/ln/channelmanager.rs
src/ln/channelmonitor.rs
src/ln/msgs.rs
src/util/events.rs
src/util/ser.rs