Browse Source

fix die

activeAddress
Matias Alejo Garcia 10 years ago
parent
commit
c0a7121d29
  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