Skip to content

Commit e90ca01

Browse files
Rename nonces to nonce in the T contract
Renamed to match the naming in `@thesis/solidity-contracts`.
1 parent 99466ef commit e90ca01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/token/T.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ contract T is ERC20WithPermit, MisfundRecovery, Checkpoints {
5858
abi.encode(
5959
DELEGATION_TYPEHASH,
6060
delegatee,
61-
nonces[signatory]++,
61+
nonce[signatory]++,
6262
deadline
6363
)
6464
)

0 commit comments

Comments
 (0)