Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

State functions for balance and nonce operations #44

Merged
merged 6 commits into from
Dec 19, 2015
Merged

State functions for balance and nonce operations #44

merged 6 commits into from
Dec 19, 2015

Conversation

gavofyork
Copy link
Contributor

No description provided.

if self.cache.get(a).is_none() {
// load from trie.
let t = TrieDB::new_existing(&mut self.db, &mut self.root);
self.cache.insert(a.clone(), t.at(&a).map(|rlp| { println!("RLP: {:?}", rlp); Account::from_rlp(rlp) }));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use debug! here?

arkpar added a commit that referenced this pull request Dec 19, 2015
State functions for balance and nonce operations
@arkpar arkpar merged commit 18850c3 into master Dec 19, 2015
gavofyork pushed a commit that referenced this pull request Jan 17, 2016
@ethshan ethshan mentioned this pull request Aug 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants