diff options
| author | Andrew Chow <[email protected]> | 2020-02-10 19:50:56 -0500 |
|---|---|---|
| committer | Andrew Chow <[email protected]> | 2020-03-09 11:16:17 -0400 |
| commit | 3d70dd99f9f74eef70b19ff6f6f850adc0d5ef8f (patch) | |
| tree | 4a4f77dfab8fa0209237a259293ccc545c2f5037 /src/interfaces/wallet.h | |
| parent | Use CWallet::SignTransaction in CreateTransaction and signrawtransactionwithw... (diff) | |
| download | discoin-3d70dd99f9f74eef70b19ff6f6f850adc0d5ef8f.tar.xz discoin-3d70dd99f9f74eef70b19ff6f6f850adc0d5ef8f.zip | |
Move FillPSBT to be a member of CWallet
Diffstat (limited to 'src/interfaces/wallet.h')
| -rw-r--r-- | src/interfaces/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/wallet.h b/src/interfaces/wallet.h index 435125341..964608ff8 100644 --- a/src/interfaces/wallet.h +++ b/src/interfaces/wallet.h @@ -196,7 +196,7 @@ public: bool& complete, int sighash_type = 1 /* SIGHASH_ALL */, bool sign = true, - bool bip32derivs = false) = 0; + bool bip32derivs = false) const = 0; //! Get balances. virtual WalletBalances getBalances() = 0; |