diff --git a/fvm/systemcontracts/system_contracts.go b/fvm/systemcontracts/system_contracts.go index 29aa9f5088f..3760044698e 100644 --- a/fvm/systemcontracts/system_contracts.go +++ b/fvm/systemcontracts/system_contracts.go @@ -231,6 +231,7 @@ func (c SystemContracts) All() []SystemContract { // EVMStorage is not included here, since it is not a contract c.Burner, + c.Crypto, } }