diff options
-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, |