mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
fix: correct gRPC server implementation to match actual Geth API signatures and bundle structure, fix error type conversions, simplify EVM context creation, and add proper bundle hash generation
This commit is contained in:
parent
2aacf5b956
commit
0488a11776
1 changed files with 1 additions and 0 deletions
|
|
@ -345,3 +345,4 @@ func (s *TraderServer) CallContract(ctx context.Context, req *CallContractReques
|
|||
return resp, nil
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue