Browse Source

remove unused addressString variable

patch-2
Ryan X. Charles 10 years ago
parent
commit
1516ad3012
  1. 2
      test/stealthkey.js

2
test/stealthkey.js

@ -23,8 +23,6 @@ describe('Stealthkey', function() {
senderKeypair.privkey.bn = BN().fromBuffer(Hash.sha256(new Buffer('test 3')));
senderKeypair.privkey2pubkey();
var addressString = '9dDbC9FzZ74r8njQkXD6W27gtrxLiWaeFPHxeo1fynQRXPicqxVt7u95ozbwoVVMXyrzaHKN9owsteg63FgwDfrxWx82SAW';
it('should create a new stealthkey', function() {
var stealthkey = new Stealthkey();
should.exist(stealthkey);

Loading…
Cancel
Save