Home
last modified time | relevance | path

Searched refs:superStakerHash (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dsuperstakerpage.cpp167 …QString superStakerHash = m_superStakerList->superStakerModel()->data(topLeft, SuperStakerItemMode… in on_dataChanged() local
169 superStakerHash == m_selectedSuperStakerHash) in on_dataChanged()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dwallet.cpp5716 bool CWallet::RemoveSuperStakerEntry(const uint256& superStakerHash, bool fFlushOnClose) in RemoveSuperStakerEntry() argument
5724 std::map<uint256, CSuperStakerInfo>::iterator it = mapSuperStaker.find(superStakerHash); in RemoveSuperStakerEntry()
5733 if (!batch.EraseSuperStaker(superStakerHash)) in RemoveSuperStakerEntry()
5738 NotifySuperStakerChanged(this, superStakerHash, CT_DELETED); in RemoveSuperStakerEntry()
5741 LogPrintf("RemoveSuperStakerEntry %s\n", superStakerHash.ToString()); in RemoveSuperStakerEntry()
H A Dwallet.h1417 bool RemoveSuperStakerEntry(const uint256& superStakerHash, bool fFlushOnClose=true);