rgb-cln/tests
Rusty Russell 8f38a46584 lightningd: correctly store our own channel_reserve_satoshis
openingd calculates our reserve based on the channel amount (even if
we're funding, to keep the calculation in one place), but it wasn't
reporting it back to the master daemon.  We initialized it to 0 so that
valgrind wouldn't get upset, as it's part of a structure we send over
the wire.

Have openingd report back, and also initialize it to an impossible value
as extra assurance.  And remove a stray (harmless but weird) semicolon.

Reported-by: Gálli Zoltán
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-08-06 19:34:43 +02:00
..
benchmark.py pytest: Actually wait for payments to confirm in benchmark 2018-05-23 00:20:19 +00:00
fixtures.py Makefile: import config.vars. 2018-06-08 17:56:01 +02:00
requirements.txt test: add pytest-xdist to the python test requirements 2018-07-26 23:18:37 +02:00
test_closing.py tests: reenable developer tests. 2018-06-13 16:22:23 +02:00
test_gossip.py options: refuse two --announce-addr of the same type. 2018-07-01 15:03:21 +02:00
test_lightningd.py lightningd: correctly store our own channel_reserve_satoshis 2018-08-06 19:34:43 +02:00
test_rpc.py json-rpc: Shutdown the JSON-RPC in the context of a DB transaction 2018-07-26 19:14:56 +02:00
utils.py pytest: allow db_query to manipulate db. 2018-08-06 19:34:43 +02:00