From 7a566c6988d48cbfffb5a8946751ea0a644c5c6a Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 24 May 2017 18:50:14 +0200 Subject: Add test vector source --- test/0x.js.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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, -- cgit v1.2.3