aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodeltransaction.h
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2020-02-21 22:28:40 +0100
committerSjors Provoost <sjors@sprovoost.nl>2021-05-27 14:37:59 +0200
commit1c4b456e1a0ccf0397d652f8c18201c3224c5c21 (patch)
treed5fe0f6b23f56ac5a9dc77fe281856e7588215d0 /src/qt/walletmodeltransaction.h
parent24815c6309431cb0797defaf7add1150bcf4b567 (diff)
downloadbitcoin-1c4b456e1a0ccf0397d652f8c18201c3224c5c21.tar.xz
gui: send using external signer
Diffstat (limited to 'src/qt/walletmodeltransaction.h')
-rw-r--r--src/qt/walletmodeltransaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/walletmodeltransaction.h b/src/qt/walletmodeltransaction.h
index f9a95362c8..120d240d91 100644
--- a/src/qt/walletmodeltransaction.h
+++ b/src/qt/walletmodeltransaction.h
@@ -27,6 +27,8 @@ public:
QList<SendCoinsRecipient> getRecipients() const;
CTransactionRef& getWtx();
+ void setWtx(const CTransactionRef&);
+
unsigned int getTransactionSize();
void setTransactionFee(const CAmount& newFee);