Skip to content

Commit

Permalink
No need to convert here.
Browse files Browse the repository at this point in the history
  • Loading branch information
caedesvvv committed Oct 15, 2014
1 parent 3a7a995 commit bff9d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/util/stealthSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ define(['util/stealth', 'bitcoinjs-lib'], function(Stealth, Bitcoin) {
var address = res[0];
var ephemKey = res[1];

expect(bufToArray(ephemKey)).toEqual(ephemKeyPubBytes)
expect(ephemKey).toEqual(ephemKeyPubBytes)
expect(address.toString()).toEqual("1Gvq8pSTRocNLDyf858o4PL3yhZm5qQDgB")

// try with no ephemKeyBytes so it will be generated (normal case)
Expand Down

0 comments on commit bff9d62

Please sign in to comment.