Script is not used in this example

This commit is contained in:
Simon Schoeters 2014-05-06 12:06:15 +02:00
parent 527c49a11d
commit 8c8e41bf29
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ var run = function() {
bitcore = typeof (bitcore) === 'undefined' ? require('../bitcore') : bitcore;
var networks = require('../networks');
var WalletKey = bitcore.WalletKey;
var Script = bitcore.Script;
var Builder = bitcore.TransactionBuilder;
var opts = {network: networks.testnet};