Skip to content

Commit

Permalink
Fixed Syntax Error
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfisherz committed Oct 24, 2024
1 parent f81a142 commit a7ce296
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/pages/contracts/rewards.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,11 @@ function withdrawFor(address to, uint256 amount) external;
```solidity
function withdrawWithSig(
address from,
address to
address to,
uint256 amount,
uint256 deadline,
uint8 v,
bytes32
r,
bytes32 r,
bytes32 s
)
```

0 comments on commit a7ce296

Please sign in to comment.