Skip to content

Commit

Permalink
refactor: include module params in genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
DeshErBojhaa committed May 8, 2024
1 parent 752861a commit df612fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/sedachain/wasm_storage/v1/wasm_storage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ message Wasm {
[ (gogoproto.stdtime) = true, (gogoproto.nullable) = false ];
// prune_height represents the block height till which the Wasm will
// stay on the chain. At height > prune_height, the wasm should be pruned.
uint64 prune_height = 5 ;
uint64 prune_height = 5;
}

// WasmType is an enum for the type of wasm.
Expand Down

0 comments on commit df612fe

Please sign in to comment.