Expand expect_payment_failed!() to take error codes and use it more
authorMatt Corallo <git@bluematt.me>
Mon, 20 Apr 2020 19:46:35 +0000 (15:46 -0400)
committerMatt Corallo <git@bluematt.me>
Fri, 24 Apr 2020 18:28:53 +0000 (14:28 -0400)
expect_payment_failed!() was introduced after many of the tests
which could use it were written, so we take this opportunity to
switch them over now, increasing test coverage slightly by always
checking the payment hash expected.


No differences found