core-lightning/lightningd/test
Rusty Russell d77e7963f9 funding_tx: permute inputs, don't re-calculate fees
built_utxos needs to calculate fees for figuring out how many utxos to
use, so fix that logic and rely on it.

We make build_utxos return a pointer array, so funding_tx can simply hand
that to permute_inputs.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-03-07 11:28:09 +10:30
..
Makefile commit_tx: expose more internal functions. 2017-02-21 15:15:28 +10:30
run-channel.c Update to lightning-rfc to dc0b529161561c6be3ff53c5f8574b23c3305a04 2017-03-02 22:51:49 +10:30
run-commit_tx.c Update to lightning-rfc to dc0b529161561c6be3ff53c5f8574b23c3305a04 2017-03-02 22:51:49 +10:30
run-cryptomsg.c lightningd/cryptomsg: split raw crypto_state vs peer_crypto_state 2017-02-24 16:22:56 +10:30
run-funding_tx.c funding_tx: permute inputs, don't re-calculate fees 2017-03-07 11:28:09 +10:30
run-key_derive.c check-source: include tests, libdir. 2017-02-21 15:15:28 +10:30
test-basic lightningd: wire up opening daemon. 2017-02-24 16:22:56 +10:30