Commit 3fa50405 authored by Liam Horne's avatar Liam Horne

style: fix typo

parent 8c544bd1
...@@ -47,7 +47,7 @@ func main() { ...@@ -47,7 +47,7 @@ func main() {
oracle.PrefetchBlock(big.NewInt(int64(blockNumber)+1), false, pkwtrie) oracle.PrefetchBlock(big.NewInt(int64(blockNumber)+1), false, pkwtrie)
hash, err := pkwtrie.Commit() hash, err := pkwtrie.Commit()
check(err) check(err)
fmt.Println("commited transactions", hash, err) fmt.Println("committed transactions", hash, err)
} }
// init secp256k1BytePoints // init secp256k1BytePoints
......
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