Update incorrect_payment_amount generation/handling for BOLT uptd 2018-12-243-review
authorMatt Corallo <git@bluematt.me>
Tue, 18 Dec 2018 03:43:05 +0000 (22:43 -0500)
committerMatt Corallo <git@bluematt.me>
Tue, 18 Dec 2018 03:57:47 +0000 (22:57 -0500)
commitcaeff8536876d8c3d9f54d628dc4f7ac58c4403d
tree2ffc4c13f8192349a5acf1e8695c43446ed5a366
parent3f4ab940d4b1da5d4ca07584c430206110511702
Update incorrect_payment_amount generation/handling for BOLT uptd

ie dont generate them as they're a really obvious privacy leak.
Luckily we were already handling them the same aside from log
printing so don't have to touch anything there. I was lazy in
updating tests but it only effects log printing, so whatever.
fuzz/fuzz_targets/full_stack_target.rs
src/ln/channelmanager.rs
src/util/errors.rs
src/util/events.rs