From 6800c3665a50f7ac624f4ecbaa474b8a81336143 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 23 Sep 2014 17:55:34 +0200 Subject: Re-added min gas price check on tx pool --- ethutil/script.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ethutil') diff --git a/ethutil/script.go b/ethutil/script.go index a103fb8f0..34eadff85 100644 --- a/ethutil/script.go +++ b/ethutil/script.go @@ -1,4 +1,4 @@ -// +build !windows +// +build !windows !cgo package ethutil import ( -- cgit v1.2.3