Home
last modified time | relevance | path

Searched refs:noteCode (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethereum/
H A DAccount.h176 …void noteCode(bytesConstRef _code) { assert(sha3(_code) == m_codeHash); m_codeCache = _code.toByte… in noteCode() function
H A DState.cpp531 mutableAccount->noteCode(m_db.lookup(a->codeHash())); in code()