diff options
Diffstat (limited to 'rpc')
-rw-r--r-- | rpc/xeth.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/xeth.go b/rpc/xeth.go index e7982b15b..607f45274 100644 --- a/rpc/xeth.go +++ b/rpc/xeth.go @@ -14,6 +14,7 @@ // You should have received a copy of the GNU Lesser General Public License // along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. +// Package rpc implements the Ethereum JSON-RPC API. package rpc import ( |