presstab HyperStake
| 203 | } |
| 204 | //presstab HyperStake |
| 205 | bool 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 |
| 214 | bool CWalletDB::WriteMSDisabledAddresses(std::vector<std::string> vDisabledAddresses) |
| 215 | { |
no outgoing calls
no test coverage detected