remove unused addressString variable

This commit is contained in:
Ryan X. Charles 2014-09-22 12:52:09 -07:00
parent e6a424303e
commit 1516ad3012
1 changed files with 0 additions and 2 deletions

View File

@ -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);