MCPcopy Create free account
hub / github.com/LUX-Core/lux / WriteMSettings

Method WriteMSettings

src/walletdb.cpp:205–212  ·  view source on GitHub ↗

presstab HyperStake

Source from the content-addressed store, hash-verified

203}
204//presstab HyperStake
205bool CWalletDB::WriteMSettings(bool fMultiSendStake, bool fMultiSendMasternode, int nLastMultiSendHeight)
206{
207 nWalletDBUpdateCounter++;
208 std::pair<bool, bool> enabledMS(fMultiSendStake, fMultiSendMasternode);
209 std::pair<std::pair<bool, bool>, int> pSettings(enabledMS, nLastMultiSendHeight);
210
211 return Write(std::string("msettingsv2"), pSettings, true);
212}
213//presstab HyperStake
214bool CWalletDB::WriteMSDisabledAddresses(std::vector<std::string> vDisabledAddresses)
215{

Callers 4

multisendFunction · 0.80
MultiSendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected