Browse Source

Update bit-create

fix die
activeAddress
Matias Alejo Garcia 10 years ago
parent
commit
8f16be3284
  1. 2
      bit-wallet/bit-create

2
bit-wallet/bit-create

@ -24,7 +24,7 @@ var mn;
try {
mn = utils.parseMN(args[1]);
} catch (ex) {
die(ex);
utils.die(ex);
}
var client = utils.getClient(program);

Loading…
Cancel
Save