Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
udpate comments
Browse files Browse the repository at this point in the history
  • Loading branch information
naterush committed Jul 11, 2017
1 parent 4a95c63 commit 6010aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/TxRelay.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ contract TxRelay {
/*
* @dev Relays meta transactions
* @param sigV, sigR, sigS ECDSA signature on some data to be forwarded
* @param destination Location the meta-tx should be forwarded to
* @param data The bytes necessary to call the function in the destination contract.
Note, the first encoded argument in data must be address of the signer
* @param claimedSender Address of the user who is having tx forwarded
*/
function relayMetaTx(uint8 sigV, bytes32 sigR, bytes32 sigS,
address destination, bytes data) {
Expand Down

0 comments on commit 6010aca

Please sign in to comment.