Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Apr 21, 2023
1 parent 1f474ec commit f64cb13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/wasm/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,6 @@ func getExpectedLibwasmVersion() string {
return ""
}

<<<<<<< HEAD
func checkLibwasmVersion(_ *cobra.Command, _ []string) error {
=======
// CheckLibwasmVersion ensures that the libwasmvm version loaded at runtime matches the version
// of the github.com/CosmWasm/wasmvm dependency in go.mod. This us useful when dealing with
// shared libraries that are copied or moved from their default location, e.g. when building the node
Expand All @@ -314,7 +311,6 @@ func CheckLibwasmVersion(wasmExpectedVersion string) error {
if wasmExpectedVersion == "" {
return fmt.Errorf("wasmvm module not exist")
}
>>>>>>> 09291688 (Don't run checkLibwasmVersion automatically on start (#1338))
wasmVersion, err := wasmvm.LibwasmvmVersion()
if err != nil {
return fmt.Errorf("unable to retrieve libwasmversion %w", err)
Expand Down

0 comments on commit f64cb13

Please sign in to comment.