Skip to content

Commit

Permalink
Fix typo (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
nujabes403 authored and s1na committed Jan 8, 2019
1 parent 4a7a31c commit 1587bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Trie = require('merkle-patricia-tree/secure.js')
const fakeBlockchain = require('./fakeBlockChain.js')
const BN = ethUtil.BN

// require the percomiled contracts
// require the precompiled contracts
const num01 = require('./precompiled/01-ecrecover.js')
const num02 = require('./precompiled/02-sha256.js')
const num03 = require('./precompiled/03-ripemd160.js')
Expand Down

0 comments on commit 1587bef

Please sign in to comment.