rpc: fix issue for querying txids for p2sh addresses

This commit is contained in:
Braydon Fuller
2016-03-09 17:40:40 -05:00
committed by Braydon Fuller
parent 18ea599a71
commit fcac6bcdc8
4 changed files with 36 additions and 6 deletions

View File

@@ -116,6 +116,7 @@ public:
CTxDestination Get() const;
bool GetKeyID(CKeyID &keyID) const;
bool GetIndexKey(uint160& hashBytes, int& type) const;
bool IsScript() const;
};