Skip to content

Commit bca004a

Browse files
r3v4sdongwon8247
andauthored
chore: time related variable name
Co-authored-by: Dongwon <[email protected]>
1 parent 2fa5baf commit bca004a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: contract/p/gnoswap/consts/consts.gno

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const (
116116

117117
// in seconds
118118
SECONDS_PER_DAY = 86400
119-
TIMESTAMP_YEAR = 31536000
119+
SECONDS_PER_YEAR = 31536000
120120

121121
DAY_PER_YEAR = 365
122122
)

0 commit comments

Comments
 (0)