Commit d368578a authored by George Hotz's avatar George Hotz

simple transition works

parent 05ec15ed
...@@ -53,7 +53,7 @@ func main() { ...@@ -53,7 +53,7 @@ func main() {
var uncles []*types.Header var uncles []*types.Header
var receipts []*types.Receipt var receipts []*types.Receipt
block := types.NewBlock(&header, txs, uncles, receipts, trie.NewStackTrie(nil)) block := types.NewBlock(&newheader, txs, uncles, receipts, trie.NewStackTrie(nil))
fmt.Println("made block, parent:", header.ParentHash) fmt.Println("made block, parent:", header.ParentHash)
// if this is correct, the trie is working // if this is correct, the trie is working
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment