diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2017-02-11 20:15:11 +1100 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2017-02-11 20:26:21 +1100 |
commit | 24137d96070eb6cb47ef8239738ec6a135f0b675 (patch) | |
tree | f6de0c80cf9b19a988b9b44e1a88b9b17e06b09a /src/index.html | |
parent | 0edac945e597099d1cabfa684e3c172b3d70cf6c (diff) | |
download | BIP39-24137d96070eb6cb47ef8239738ec6a135f0b675.tar.gz BIP39-24137d96070eb6cb47ef8239738ec6a135f0b675.tar.zst BIP39-24137d96070eb6cb47ef8239738ec6a135f0b675.zip |
Ethereum tests
Expected values come from
https://www.myetherwallet.com/#view-wallet-info
Polyfill for ArrayBuffer.isView is required for phantomjs-2.1.1 but
seems not required in modern browsers. I'll keep it there because the
tests need to pass.
Also see https://github.com/kvhnuke/etherwallet/issues/337
Unusual capitalization of hex encoded ethereum address
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 31e4667..9003f89 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -651,6 +651,7 @@ | |||
651 | <td class="privkey"><span data-show-qr></span></td> | 651 | <td class="privkey"><span data-show-qr></span></td> |
652 | </tr> | 652 | </tr> |
653 | </script> | 653 | </script> |
654 | <script src="js/polyfill.es6.js"></script> | ||
654 | <script src="js/jquery.min.js"></script> | 655 | <script src="js/jquery.min.js"></script> |
655 | <script src="js/bootstrap.min.js"></script> | 656 | <script src="js/bootstrap.min.js"></script> |
656 | <script src="js/levenshtein.js"></script> | 657 | <script src="js/levenshtein.js"></script> |