rgb-cln/wallet/test
Christian Decker 5dff67900e tx: Add chainparams when deserializing transactions from wire msgs
This is the other origin, besides `bitcoin_tx`, where we create `bitcoin_tx`
instances, so add the context as soon as possible. Sadly I can't weave the
chainparams into the deserialization code since that'd need to change all the
generated wire code as well.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-07-31 23:22:54 +00:00
..
.gitignore wallet: move tests into test/ dir like other unit tests. 2017-12-13 22:46:10 +01:00
Makefile makefiles: move all unit tests under `make check-units` 2019-06-30 16:41:30 +09:30
run-db.c ccan: import ccan/json_out and ccan/json_escape. 2019-06-12 02:00:15 +00:00
run-wallet.c tx: Add chainparams when deserializing transactions from wire msgs 2019-07-31 23:22:54 +00:00
test_utils.c chore: increase min-capacity-sat to 10k 2019-04-16 15:01:28 -07:00
test_utils.h fix: a pr2444 introduced valgrind complaint 2019-03-14 16:51:18 +01:00