aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/scriptpubkeyman.cpp
diff options
context:
space:
mode:
authorAndrew Chow <[email protected]>2019-07-16 13:34:35 -0400
committerAndrew Chow <[email protected]>2020-04-23 13:25:50 -0400
commit06620302c713cae65ee8e4ff9302e4c88e2a1285 (patch)
treecff394a3dc60646f97fe353b27f451b7b9689bb1 /src/wallet/scriptpubkeyman.cpp
parentMerge #18690: test: Check object hashes in wait_for_getdata (diff)
downloaddiscoin-06620302c713cae65ee8e4ff9302e4c88e2a1285.tar.xz
discoin-06620302c713cae65ee8e4ff9302e4c88e2a1285.zip
Introduce SetType function to tell ScriptPubKeyMans the type and internal-ness of it
Diffstat (limited to 'src/wallet/scriptpubkeyman.cpp')
-rw-r--r--src/wallet/scriptpubkeyman.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/scriptpubkeyman.cpp b/src/wallet/scriptpubkeyman.cpp
index ec75f06e5..f8f5740b3 100644
--- a/src/wallet/scriptpubkeyman.cpp
+++ b/src/wallet/scriptpubkeyman.cpp
@@ -1497,3 +1497,5 @@ std::set<CKeyID> LegacyScriptPubKeyMan::GetKeys() const
}
return set_address;
}
+
+void LegacyScriptPubKeyMan::SetType(OutputType type, bool internal) {}