Skip to content

Commit

Permalink
Merge branch 'build/gitaction-ci-to-test-contract' of https://github.…
Browse files Browse the repository at this point in the history
…com/gnoswap-labs/gnoswap into build/gitaction-ci-to-test-contract
  • Loading branch information
onlyhyde committed Jan 24, 2025
2 parents 1f4b171 + 846ff24 commit 16c43e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/r/gnoswap/staker/manage_pool_tier_and_warmup.gno
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func setWarmUp(pct, blockDuration int64) {
"SetWarmUp",
"prevAddr", prevAddr,
"prevRealm", prevRealm,
"pct", formatUint(pct),
"pct", formatInt(pct),
"blockDuration", formatInt(blockDuration),
)
}
Expand Down

0 comments on commit 16c43e7

Please sign in to comment.