h256root()const{assert(node(m_root).size());h256ret=(m_root==c_shaNull?h256():m_root);/*std::cout << "Returning root as " << ret << " (really " << m_root << ")" << std::endl;*/returnret;}// patch the root in the case of the empty trie. TODO: handle this properly.
h256root()const{assert(node(m_root).size());/*std::cout << "Returning root as " << ret << " (really " << m_root << ")" << std::endl;*/returnm_root;}// patch the root in the case of the empty trie. TODO: handle this properly.