core-lightning/plugins/bkpr/test
Rusty Russell 679f46f733 common/amount: rename amount_sat_zero/amount_msat_zerp -> amount_sat_is_zero/amount_msat_is_zero.
I used `amount_msat_eq(x, AMOUNT_MSAT(0))` because I forgot this
function existed.  I probably missed it because the name is surprising,
so add "is" in there to make it clear it's a boolean function.

You'll note almost all the places which did use it are Eduardo's and
Lisa's code, so maybe it's just me.

Fix up a few places which I could use it, too.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-09-19 12:16:53 +09:30
..
Makefile common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
run-bkpr_db.c common: move now-enlarged command_fail_badparam into its own source file. 2024-06-25 08:47:50 +09:30
run-recorder.c common/amount: rename amount_sat_zero/amount_msat_zerp -> amount_sat_is_zero/amount_msat_is_zero. 2024-09-19 12:16:53 +09:30
test_utils.h bkpr-tests: first test of plugin bkpr database 2022-07-28 12:08:18 +09:30