Skip to content

Commit

Permalink
fix for blocktime
Browse files Browse the repository at this point in the history
  • Loading branch information
fenix2222 authored Mar 26, 2024
1 parent 8336964 commit a094c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/user/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export function useUpdateTotalSeconds() {
const contract = useMasterNodeContract()
const dispatch = useAppDispatch()
const offset = 100800
const blockTime = 16
const blockTime = 15

return useCallback(async () => {

Expand Down

0 comments on commit a094c1d

Please sign in to comment.