Skip to content

Commit

Permalink
lets see if this triggers consensuswarn
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed Oct 17, 2024
1 parent b1d743a commit 9ea529a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x/tokenomics/keeper/token_logic_modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ func (k Keeper) ProcessTokenLogicModules(
claimSettlementCoin := cosmostypes.NewCoin("upokt", math.NewInt(0))
isSuccessful := false

if 2 > 1 {
fmt.Println("can this trigger consensuswarn?")
}

// This is emitted only when the function returns (successful or not)
defer telemetry.EventSuccessCounter(
"process_token_logic_modules",
Expand Down

0 comments on commit 9ea529a

Please sign in to comment.