aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2019-09-16 19:01:04 +0200
committerSjors Provoost <sjors@sprovoost.nl>2021-05-27 14:01:54 +0200
commit62ac119f919ae1160ed67af796f24b78025fa8e3 (patch)
tree59484f351df0e3755c13ad077048a7db4ccf45a6 /src/qt/walletmodel.h
parent450cb40a344605dda3bcc39495c35869580b9fc2 (diff)
downloadbitcoin-62ac119f919ae1160ed67af796f24b78025fa8e3.tar.xz
gui: display address on external signer
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r--src/qt/walletmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h
index 4ca8643444..76b8ac72af 100644
--- a/src/qt/walletmodel.h
+++ b/src/qt/walletmodel.h
@@ -139,6 +139,7 @@ public:
bool saveReceiveRequest(const std::string &sAddress, const int64_t nId, const std::string &sRequest);
bool bumpFee(uint256 hash, uint256& new_hash);
+ bool displayAddress(std::string sAddress);
static bool isWalletEnabled();