Skip to content

Commit

Permalink
disable precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Nov 22, 2024
1 parent 8998ccf commit edf6f18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions precompiles/precompiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import (
// This is useful for listing and reading from other packages, such as BlockedAddrs() function.
// Setting to false a contract here will disable it, not being included in the blockchain.
var EnabledStatefulContracts = map[common.Address]bool{
prototype.ContractAddress: true,
staking.ContractAddress: true,
bank.ContractAddress: true,
prototype.ContractAddress: false,
staking.ContractAddress: false,
bank.ContractAddress: false,
}

// StatefulContracts returns all the registered precompiled contracts.
Expand Down

0 comments on commit edf6f18

Please sign in to comment.