Browse Source

Disable unfinished code.

cl-refactor
Gav Wood 11 years ago
parent
commit
c55327800f
  1. 4
      alethzero/MainWin.cpp

4
alethzero/MainWin.cpp

@ -878,8 +878,8 @@ void Main::on_blocks_currentItemChanged()
s.resetTo(bi.); s.resetTo(bi.);
s <<*/ s <<*/
eth::State s = m_client->blockChain().stateAt(h); // eth::State s = m_client->blockChain().stateAt(h);
StateDiff d = s.pendingDiff(txi); // StateDiff d = s.pendingDiff(txi);
// TODO: Make function: BlockChain::stateAt (grabs block's parent's stateRoot, playback()'s transactions), then use State::fromPending(). Maybe even make a State::pendingDiff(). // TODO: Make function: BlockChain::stateAt (grabs block's parent's stateRoot, playback()'s transactions), then use State::fromPending(). Maybe even make a State::pendingDiff().
} }

Loading…
Cancel
Save