From 268fd63e3e6a3f627ec4869ed73b162cb60ef247 Mon Sep 17 00:00:00 2001 From: jagdeep sidhu Date: Mon, 7 Oct 2024 11:26:57 -0700 Subject: [PATCH] Update evm.go --- core/vm/evm.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/vm/evm.go b/core/vm/evm.go index cfa76e9c02..63c09a4a30 100644 --- a/core/vm/evm.go +++ b/core/vm/evm.go @@ -55,7 +55,10 @@ type BlockContext struct { Transfer TransferFunc // GetHash returns the hash corresponding to n GetHash GetHashFunc - + // SYSCOIN + ReadSYSHash ReadSYSHashFunc + ReadDataHash ReadDataHashFunc + GetNEVMAddress GetNEVMAddressFunc // Block information Coinbase common.Address // Provides information for COINBASE GasLimit uint64 // Provides information for GASLIMIT