Skip to content

Commit d84aa8f

Browse files
authored
mistake with max duplicate but should be min (#274)
Thank you!
1 parent aa62587 commit d84aa8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/staking/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const maxDuration = new BN(2592000);
9999
/*
100100
1 day - Unix time in seconds
101101
*/
102-
const maxDuration = new BN(86400);
102+
const minDuration = new BN(86400);
103103
/*
104104
Limits signers that can create/assign reward pools to this stake pool. True - anyone can
105105
*/

0 commit comments

Comments
 (0)