Skip to content

Commit a7ce296

Browse files
committed
Fixed Syntax Error
1 parent f81a142 commit a7ce296

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/pages/contracts/rewards.mdx

+2-3
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,11 @@ function withdrawFor(address to, uint256 amount) external;
121121
```solidity
122122
function withdrawWithSig(
123123
address from,
124-
address to
124+
address to,
125125
uint256 amount,
126126
uint256 deadline,
127127
uint8 v,
128-
bytes32
129-
r,
128+
bytes32 r,
130129
bytes32 s
131130
)
132131
```

0 commit comments

Comments
 (0)