Browse Source

cleanup: Remove unused structure `struct withdrawal`

pull/2803/head
trueptolemy 5 years ago
committed by neil saitug
parent
commit
42d5d753db
  1. 7
      wallet/walletrpc.c

7
wallet/walletrpc.c

@ -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)
*

Loading…
Cancel
Save