remove references to securerandom.js as its no longer used

This commit is contained in:
OutCast3k
2015-01-02 00:56:27 +00:00
parent 323a173dff
commit 8a92abf660
3 changed files with 0 additions and 189 deletions
-1
View File
@@ -640,7 +640,6 @@
var hash = Crypto.util.hexToBytes(this.transactionHash(index));
if(hash){
var rng = new SecureRandom();
var curve = EllipticCurve.getSECCurveByName("secp256k1");
var key = coinjs.wif2privkey(wif);
var priv = BigInteger.fromByteArrayUnsigned(Crypto.util.hexToBytes(key['privkey']));