You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the settling a challenge, i.e., determining the winner of the challenge, happens inside the EndBlock hook defined in the challenge module. We want to move the logic of determining winner and dispersing the reward into a new Tx method settleChallenge().
Currently, the settling a challenge, i.e., determining the winner of the challenge, happens inside the
EndBlock
hook defined in thechallenge
module. We want to move the logic of determining winner and dispersing the reward into a new Tx methodsettleChallenge()
.relevant codebase: https://github.com/topology-foundation/topchain-node/blob/main/x/challenge/module/module.go#L157
The text was updated successfully, but these errors were encountered: