remove non-existent param comment

This commit is contained in:
Fabio Berger
2018-07-12 15:25:25 +02:00
parent d8678d562d
commit b0a57a5091

View File

@@ -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.