tests: remove unused variable
This commit is contained in:
parent
50a32328ba
commit
3a17e232ad
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ describe('Message', function() {
|
|||
it('verifies a valid signature for \"' + f.message + '\" (' + f.network + ')', function() {
|
||||
var network = networks[f.network]
|
||||
|
||||
var signature = f.signature
|
||||
assert(Message.verify(f.address, f.signature, f.message, network))
|
||||
|
||||
if (f.compressed) {
|
||||
|
|
Loading…
Add table
Reference in a new issue