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
* fix: add send restriction to distribution module only receive the ubbn denom
* chore: set error and bank restriction as unexported
* chore: move special error to top of the file
* chore: add release v1.1.0 to cl
varerrBankRestrictionDistribution=fmt.Errorf("the distribution address %s can only receive bond denom %s", appparams.AccDistribution.String(), appparams.DefaultBondDenom)
88
+
83
89
// Capabilities of the IBC wasm contracts
84
90
funcWasmCapabilities() []string {
85
91
// The last arguments can contain custom message handlers, and custom query handlers,
0 commit comments