mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Clean up conflict resolving artefacts after backport #17260
Removed enum OutputType Removed unexisting method GetNewChangeDestination
This commit is contained in:
parent
d47af2c4bf
commit
fe7815cb73
@ -14,8 +14,6 @@
|
|||||||
|
|
||||||
#include <boost/signals2/signal.hpp>
|
#include <boost/signals2/signal.hpp>
|
||||||
|
|
||||||
enum class OutputType;
|
|
||||||
|
|
||||||
// Wallet storage things that ScriptPubKeyMans need in order to be able to store things to the wallet database.
|
// Wallet storage things that ScriptPubKeyMans need in order to be able to store things to the wallet database.
|
||||||
// It provides access to things that are part of the entire wallet and not specific to a ScriptPubKeyMan such as
|
// It provides access to things that are part of the entire wallet and not specific to a ScriptPubKeyMan such as
|
||||||
// wallet flags, wallet version, encryption keys, encryption status, and the database itself. This allows a
|
// wallet flags, wallet version, encryption keys, encryption status, and the database itself. This allows a
|
||||||
|
@ -1063,8 +1063,6 @@ public:
|
|||||||
|
|
||||||
std::set<CTxDestination> GetLabelAddresses(const std::string& label) const;
|
std::set<CTxDestination> GetLabelAddresses(const std::string& label) const;
|
||||||
|
|
||||||
bool GetNewChangeDestination(const OutputType type, CTxDestination& dest, std::string& error);
|
|
||||||
|
|
||||||
isminetype IsMine(const CTxDestination& dest) const;
|
isminetype IsMine(const CTxDestination& dest) const;
|
||||||
isminetype IsMine(const CScript& script) const;
|
isminetype IsMine(const CScript& script) const;
|
||||||
isminetype IsMine(const CTxIn& txin) const;
|
isminetype IsMine(const CTxIn& txin) const;
|
||||||
|
Loading…
Reference in New Issue
Block a user