good morning!!!!

Skip to content
Snippets Groups Projects
Commit b0be8474 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Updated to use the state on the blocks

parent 570ab249
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ func (i *Console) ParseInput(input string) bool {
fmt.Println(value)
case "getaddr":
encoded, _ := hex.DecodeString(tokens[1])
addr := i.ethereum.BlockManager.BlockChain().CurrentBlock.GetAddr(encoded)
addr := i.ethereum.BlockManager.BlockChain().CurrentBlock.State().GetAccount(encoded)
fmt.Println("addr:", addr)
case "block":
encoded, _ := hex.DecodeString(tokens[1])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment