From 62ac119f919ae1160ed67af796f24b78025fa8e3 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Mon, 16 Sep 2019 19:01:04 +0200 Subject: gui: display address on external signer --- src/qt/walletmodel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qt/walletmodel.h') 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(); -- cgit v1.2.3