Skip to content

Commit 05e846d

Browse files
chore: move blsverifier to 08-wasm (#8091)
1 parent 9cb568d commit 05e846d

File tree

5 files changed

+4
-775
lines changed

5 files changed

+4
-775
lines changed

e2e/go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,6 @@ require (
238238
// uncomment to use the local version of ibc-go, you will need to run `go mod tidy` in e2e directory.
239239
replace github.com/cosmos/ibc-go/v10 => ../
240240

241-
replace (
242-
github.com/cosmos/ibc-go/modules/light-clients/08-wasm/blsverifier/v10 => ../modules/light-clients/08-wasm/blsverifier
243-
github.com/cosmos/ibc-go/modules/light-clients/08-wasm/v10 => ../modules/light-clients/08-wasm
244-
)
241+
replace github.com/cosmos/ibc-go/modules/light-clients/08-wasm/v10 => ../modules/light-clients/08-wasm
245242

246243
replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7

modules/light-clients/08-wasm/blsverifier/go.mod

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)