MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / obfuscated

Method obfuscated

src/thinblock.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68uint64_t ThinTx::obfuscated() const {
69 if (obfuscated_.id == 0)
70 throw std::runtime_error("obfuscated hash not available");
71 return obfuscated_.id;
72}
73
74bool ThinTx::hasObfuscated() const {
75 return obfuscated_.id != 0;

Callers 2

operator()Method · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64