Skip to content

Commit

Permalink
fix timeunit
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerKSI committed Nov 28, 2024
1 parent d9a483a commit 17b8f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/emitter/tunnel.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (h *Hook) emitSetTunnel(ctx sdk.Context, tunnelID uint64) {
"fee_payer": tunnel.FeePayer,
"total_deposit": tunnel.TotalDeposit.String(),
"status": tunnel.IsActive,
"last_interval": latestSignalPrice.LastInterval,
"last_interval": latestSignalPrice.LastInterval * 1e9,
"creator": tunnel.Creator,
"created_at": tunnel.CreatedAt,
})
Expand Down

0 comments on commit 17b8f6e

Please sign in to comment.