Skip to content

Commit

Permalink
Merge pull request ethereum#5 from lochjin/v1.10.9-qng
Browse files Browse the repository at this point in the history
Expose web3 interface
  • Loading branch information
dindinw authored Feb 10, 2022
2 parents 00b4ecb + 29cefce commit 21f3178
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions expose.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Copyright (c) 2017-2022 The qitmeer developers

package ethereum

import "github.com/ethereum/go-ethereum/internal/web3ext"

var Modules = web3ext.Modules

0 comments on commit 21f3178

Please sign in to comment.