Skip to content

Commit

Permalink
FIX: Remove TransferToMetaFlag
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmihaic committed Jan 8, 2024
1 parent 72a92cd commit 2ca5bfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/multiversx/mx-chain-logger-go v1.0.14-0.20231129101244-c44fa1c79b03
github.com/multiversx/mx-chain-scenario-go v1.2.2-0.20231129113427-ad3056f45296
github.com/multiversx/mx-chain-storage-go v1.0.14-0.20231129103407-a506e0debdd4
github.com/multiversx/mx-chain-vm-common-go v1.5.10-0.20231228070003-ae14e1e0adfa
github.com/multiversx/mx-chain-vm-common-go v1.5.10-0.20240108095836-fdc18df9935d
github.com/multiversx/mx-components-big-int v1.0.0
github.com/pelletier/go-toml v1.9.3
github.com/stretchr/testify v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ github.com/multiversx/mx-chain-scenario-go v1.2.2-0.20231129113427-ad3056f45296
github.com/multiversx/mx-chain-scenario-go v1.2.2-0.20231129113427-ad3056f45296/go.mod h1:WocyahfHCC3oGILEVdRe7I4/+q/TLCORoTo1X4wGmF4=
github.com/multiversx/mx-chain-storage-go v1.0.14-0.20231129103407-a506e0debdd4 h1:TvjyE4/jNoTewu/MPNi3TltxDuIWuvzrRufhgPW+W78=
github.com/multiversx/mx-chain-storage-go v1.0.14-0.20231129103407-a506e0debdd4/go.mod h1:ioCT2oHQ+TyHQYpgjxzlUdy7dCdv56+w5HnBg9z96eY=
github.com/multiversx/mx-chain-vm-common-go v1.5.10-0.20231228070003-ae14e1e0adfa h1:xdDeUC4yOfiUwctkYioYMjjigBZoZo5RZq1e5WoCVRs=
github.com/multiversx/mx-chain-vm-common-go v1.5.10-0.20231228070003-ae14e1e0adfa/go.mod h1:7jjGRykSfLeMs6iQdszlE0lGK2xp9/cctiVdeKbQLLM=
github.com/multiversx/mx-chain-vm-common-go v1.5.10-0.20240108095836-fdc18df9935d h1:ba/GxX7dSnvVPZRfkxkBrwzUnAWanurcFcGNyo5N2N0=
github.com/multiversx/mx-chain-vm-common-go v1.5.10-0.20240108095836-fdc18df9935d/go.mod h1:7jjGRykSfLeMs6iQdszlE0lGK2xp9/cctiVdeKbQLLM=
github.com/multiversx/mx-components-big-int v1.0.0 h1:Wkr8lSzK2nDqixOrrBa47VNuqdhV1m/aJhaP1EMaiS8=
github.com/multiversx/mx-components-big-int v1.0.0/go.mod h1:maIEMgHlNE2u78JaDD0oLzri+ShgU4okHfzP3LWGdQM=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down
1 change: 0 additions & 1 deletion mock/world/enableEpochsHandlerStub.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func EnableEpochsHandlerStubAllFlags() *EnableEpochsHandlerStub {
flag == builtInFunctions.CheckCorrectTokenIDForTransferRoleFlag ||
flag == builtInFunctions.ESDTTransferRoleFlag ||
flag == builtInFunctions.GlobalMintBurnFlag ||
flag == builtInFunctions.TransferToMetaFlag ||
flag == builtInFunctions.CheckFrozenCollectionFlag ||
flag == builtInFunctions.FixAsyncCallbackCheckFlag ||
flag == builtInFunctions.ESDTNFTImprovementV1Flag ||
Expand Down

0 comments on commit 2ca5bfd

Please sign in to comment.