cleanup: Remove unused structure struct withdrawal

This commit is contained in:
trueptolemy 2019-08-16 01:42:20 +08:00 committed by neil saitug
parent cdcafdaf74
commit 42d5d753db

View File

@ -31,13 +31,6 @@
#include <wally_bip32.h>
#include <wire/wire_sync.h>
struct withdrawal {
struct command *cmd;
struct wallet_tx *wtx;
u8 *destination;
const char *hextx;
};
/**
* wallet_withdrawal_broadcast - The tx has been broadcast (or it failed)
*