mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
bitcoin/tx: move bitcoin_tx_from_file() to test-cli, expose bitcoin_tx_from_hex()
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
7
test-cli/tx_from_file.h
Normal file
7
test-cli/tx_from_file.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef LIGHTNING_TEST_CLI_TX_FROM_FILE_H
|
||||
#define LIGHTNING_TEST_CLI_TX_FROM_FILE_H
|
||||
#include "config.h"
|
||||
#include "bitcoin/tx.h"
|
||||
|
||||
struct bitcoin_tx *bitcoin_tx_from_file(const tal_t *ctx, const char *filename);
|
||||
#endif /* LIGHTNING_TEST_CLI_TX_FROM_FILE_H */
|
||||
Reference in New Issue
Block a user