We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9a447 commit 2b01757Copy full SHA for 2b01757
gov/proposal_community_pool_spend.gno
@@ -27,6 +27,7 @@ func (p ProposalCommunityPoolSpend) isValid() bool {
27
return false
28
}
29
30
+ return true
31
32
33
func (p ProposalCommunityPoolSpend) execute() error {
router/router_dry.gno
@@ -112,4 +112,6 @@ func DrySwapRoute(
112
113
return resultAmountIn.ToString()
114
115
+
116
+ panic("[ROUTER] router_dry.gno__DrySwapRoute() || unknown swapType")
117
0 commit comments