Skip to content

Commit

Permalink
add bitsong to wasm supportedFeatures
Browse files Browse the repository at this point in the history
  • Loading branch information
angelorc committed Oct 12, 2022
1 parent 958e969 commit 700bd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ func NewBitsongApp(

// The last arguments can contain custom message handlers, and custom query handlers,
// if we want to allow any custom callbacks
supportedFeatures := "iterator,staking,stargate"
supportedFeatures := "bitsong,iterator,staking,stargate"
wasmOpts := GetWasmOpts(appOpts)
app.wasmKeeper = wasm.NewKeeper(
appCodec,
Expand Down

0 comments on commit 700bd70

Please sign in to comment.