From 91d588eb1eb59ac00809ce47988a5e751b22bafe Mon Sep 17 00:00:00 2001 From: beer-1 <147697694+beer-1@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:09:28 +0900 Subject: [PATCH] add blocked addr impl --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 96e423f2..349b55c0 100644 --- a/go.mod +++ b/go.mod @@ -234,8 +234,6 @@ replace ( github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 - github.com/initia-labs/movevm => ../movevm - // Downgraded to avoid bugs in following commits which caused simulations to fail. github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 )