]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Fix ethereum test to include hex prefix
authorIan Coleman <coleman.ian@gmail.com>
Wed, 14 Jun 2017 02:37:29 +0000 (12:37 +1000)
committerIan Coleman <coleman.ian@gmail.com>
Wed, 14 Jun 2017 02:37:29 +0000 (12:37 +1000)
tests.js

index 6d4702aa0e5a207210f8a90e35c0b7423e94ce63..d1a61391a46e64852585df4556ee337fc64dff64 100644 (file)
--- a/tests.js
+++ b/tests.js
@@ -725,7 +725,7 @@ page.open(url, function(status) {
         // this private key can be imported into
         // https://www.myetherwallet.com/#view-wallet-info
         // and it should correlate to the address above
-        var expected = "8f253078b73d7498302bb78c171b23ce7a8fb511987d2b2702b731638a4a15e7";
+        var expected = "0x8f253078b73d7498302bb78c171b23ce7a8fb511987d2b2702b731638a4a15e7";
         var actual = page.evaluate(function() {
             return $(".privkey:first").text();
         });