From b0a57a50911e6ce669a12cefff16e5ed6749feb9 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 12 Jul 2018 15:25:25 +0200 Subject: remove non-existent param comment --- packages/0x.js/src/0x.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/0x.js/src/0x.ts') diff --git a/packages/0x.js/src/0x.ts b/packages/0x.js/src/0x.ts index 597bc07a5..5d9a03719 100644 --- a/packages/0x.js/src/0x.ts +++ b/packages/0x.js/src/0x.ts @@ -137,7 +137,6 @@ export class ZeroEx { } /** * Verifies that the provided signature is valid according to the 0x Protocol smart contracts - * @param provider The Web3Provider to use. Some signature types involve checking contract state. * @param data The hex encoded data signed by the supplied signature. * @param signature The hex encoded signature. * @param signerAddress The hex encoded address that signed the data, producing the supplied signature. -- cgit