Commit f192e77d authored by George Hotz's avatar George Hotz Committed by GitHub

Merge pull request #22 from snario/liam/typo

Fix typo in log statement
parents 8c544bd1 3fa50405
......@@ -47,7 +47,7 @@ func main() {
oracle.PrefetchBlock(big.NewInt(int64(blockNumber)+1), false, pkwtrie)
hash, err := pkwtrie.Commit()
check(err)
fmt.Println("commited transactions", hash, err)
fmt.Println("committed transactions", hash, err)
}
// 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