diff --git a/wallet/walletrpc.c b/wallet/walletrpc.c index 8903a0cd1..2b0700cdb 100644 --- a/wallet/walletrpc.c +++ b/wallet/walletrpc.c @@ -31,13 +31,6 @@ #include #include -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) *