diff options
author | obscuren <geffobscura@gmail.com> | 2014-11-05 07:32:51 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-11-05 07:32:51 +0800 |
commit | 7db44b56b05a0b859e4d369736cdb86d35cbb860 (patch) | |
tree | 0725b200ff59ccd24f4f3f17db5222ee81637d8f /ethutil | |
parent | 99d5769c2b966a2d6858b888bcb9e41cb6a87255 (diff) | |
download | go-tangerine-7db44b56b05a0b859e4d369736cdb86d35cbb860.tar.gz go-tangerine-7db44b56b05a0b859e4d369736cdb86d35cbb860.tar.zst go-tangerine-7db44b56b05a0b859e4d369736cdb86d35cbb860.zip |
Updated to ethereum serpent
Diffstat (limited to 'ethutil')
-rw-r--r-- | ethutil/script_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethutil/script_unix.go b/ethutil/script_unix.go index 37e5bf91b..6827d4e2f 100644 --- a/ethutil/script_unix.go +++ b/ethutil/script_unix.go @@ -6,9 +6,9 @@ import ( "fmt" "strings" + "github.com/ethereum/serpent-go" "github.com/obscuren/mutan" "github.com/obscuren/mutan/backends" - "github.com/obscuren/serpent-go" ) // General compile function |