diff options
Diffstat (limited to 'cmd/ethtest/main.go')
-rw-r--r-- | cmd/ethtest/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ethtest/main.go b/cmd/ethtest/main.go index b2acd84c7..61276b177 100644 --- a/cmd/ethtest/main.go +++ b/cmd/ethtest/main.go @@ -14,6 +14,7 @@ // You should have received a copy of the GNU General Public License // along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. +// ethtest executes Ethereum JSON tests. package main import ( |