diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-05-25 00:50:14 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-05-25 00:50:14 +0800 |
commit | 7a566c6988d48cbfffb5a8946751ea0a644c5c6a (patch) | |
tree | fc28da486c87dc8621b53ba872829ecc1fff5bb6 /test/0x.js.ts | |
parent | 6470cf54e389b45e82a08ad08225d2bb0f35ac4c (diff) | |
download | dexon-sol-tools-7a566c6988d48cbfffb5a8946751ea0a644c5c6a.tar dexon-sol-tools-7a566c6988d48cbfffb5a8946751ea0a644c5c6a.tar.gz dexon-sol-tools-7a566c6988d48cbfffb5a8946751ea0a644c5c6a.tar.bz2 dexon-sol-tools-7a566c6988d48cbfffb5a8946751ea0a644c5c6a.tar.lz dexon-sol-tools-7a566c6988d48cbfffb5a8946751ea0a644c5c6a.tar.xz dexon-sol-tools-7a566c6988d48cbfffb5a8946751ea0a644c5c6a.tar.zst dexon-sol-tools-7a566c6988d48cbfffb5a8946751ea0a644c5c6a.zip |
Add test vector source
Diffstat (limited to 'test/0x.js.ts')
-rw-r--r-- | test/0x.js.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/0x.js.ts b/test/0x.js.ts index 7216ed34f..9783e69b7 100644 --- a/test/0x.js.ts +++ b/test/0x.js.ts @@ -4,6 +4,7 @@ import 'mocha'; describe('ZeroEx library', () => { describe('#isValidSignature', () => { + // Source: https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_sign const data = '0xdeadbeaf'; const signature = { v: 27, |