Merge pull request #323 from cimm/remove_unused_script_multisig_example

Script is not used in this example
This commit is contained in:
Manuel Aráoz 2014-05-06 09:23:41 -03:00
commit 69d66d073e
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};