Skip to content

Commit

Permalink
script: rm unused ecurve
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Aug 22, 2015
1 parent 3106fc1 commit 92937a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/script.js
Expand Up @@ -3,9 +3,6 @@ var bufferutils = require('./bufferutils')
var typeforce = require('typeforce')
var types = require('./types')

var ecurve = require('ecurve')
var curve = ecurve.getCurveByName('secp256k1')

var OPS = require('./opcodes')
var REVERSE_OPS = []
for (var op in OPS) {
Expand Down

0 comments on commit 92937a8

Please sign in to comment.