aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/bind/bind_test.go
diff options
context:
space:
mode:
authorRJ Catalano <catalanor0220@gmail.com>2017-10-17 19:07:08 +0800
committerFelix Lange <fjl@users.noreply.github.com>2017-10-17 19:07:08 +0800
commitdec8bba9d4c5fcb3dd7e51f0f794b3e895c7f52d (patch)
tree7e4713ca276ac1a2cef7cd2dd19dcf8c6fd1f6c4 /accounts/abi/bind/bind_test.go
parente9295163aa25479e817efee4aac23eaeb7554bba (diff)
downloaddexon-dec8bba9d4c5fcb3dd7e51f0f794b3e895c7f52d.tar
dexon-dec8bba9d4c5fcb3dd7e51f0f794b3e895c7f52d.tar.gz
dexon-dec8bba9d4c5fcb3dd7e51f0f794b3e895c7f52d.tar.bz2
dexon-dec8bba9d4c5fcb3dd7e51f0f794b3e895c7f52d.tar.lz
dexon-dec8bba9d4c5fcb3dd7e51f0f794b3e895c7f52d.tar.xz
dexon-dec8bba9d4c5fcb3dd7e51f0f794b3e895c7f52d.tar.zst
dexon-dec8bba9d4c5fcb3dd7e51f0f794b3e895c7f52d.zip
accounts/abi: improve type handling, add event support (#14743)
Diffstat (limited to 'accounts/abi/bind/bind_test.go')
-rw-r--r--accounts/abi/bind/bind_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/abi/bind/bind_test.go b/accounts/abi/bind/bind_test.go
index 43ed53b92..17b221642 100644
--- a/accounts/abi/bind/bind_test.go
+++ b/accounts/abi/bind/bind_test.go
@@ -472,7 +472,7 @@ func TestBindings(t *testing.T) {
t.Fatalf("failed to create temporary workspace: %v", err)
}
defer os.RemoveAll(ws)
-
+
pkg := filepath.Join(ws, "bindtest")
if err = os.MkdirAll(pkg, 0700); err != nil {
t.Fatalf("failed to create package: %v", err)