core-lightning/lightningd/test
Rusty Russell 5d0977df3a lightningd/funding_tx: use struct utxos, remove signing helper.
The signing helper was really just for testing, so remove it.  But
turn the funding_tx() function into a useful one by making it take the
utxo array.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-02-24 16:22:56 +10:30
..
Makefile commit_tx: expose more internal functions. 2017-02-21 15:15:28 +10:30
run-channel.c channel: object to track channel state. 2017-02-21 15:15:28 +10:30
run-commit_tx.c commit_tx: make interface side-agnostic. 2017-02-21 15:15:28 +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 lightningd/funding_tx: use struct utxos, remove signing helper. 2017-02-24 16:22:56 +10:30
run-key_derive.c check-source: include tests, libdir. 2017-02-21 15:15:28 +10:30
test-basic lightningd: simple wallet support. 2017-02-21 15:19:02 +10:30