Renames util.js to crypto.js
This commit is contained in:
parent
a4c2cc6dd4
commit
81d9c8e759
7 changed files with 16 additions and 16 deletions
src
|
@ -12,7 +12,7 @@ module.exports = {
|
|||
Script: require('./script'),
|
||||
Opcode: require('./opcode'),
|
||||
Transaction: T.Transaction,
|
||||
Util: require('./util'),
|
||||
crypto: require('./crypto'),
|
||||
TransactionIn: T.TransactionIn,
|
||||
TransactionOut: T.TransactionOut,
|
||||
ECPointFp: require('./jsbn/ec').ECPointFp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue