diff options
author | zsfelfoldi <zsfelfoldi@gmail.com> | 2015-04-13 20:35:41 +0800 |
---|---|---|
committer | zelig <viktor.tron@gmail.com> | 2015-04-20 03:57:49 +0800 |
commit | f255336c2cf989be52502f0f384da7c2d44d2109 (patch) | |
tree | 83f91a98a9c2071053378af0cd3f1f7fa8520dfb /common/natspec/natspec.go | |
parent | c4b7d4d3f77160fba1ab3d8366cb2657a90e2282 (diff) | |
download | dexon-f255336c2cf989be52502f0f384da7c2d44d2109.tar dexon-f255336c2cf989be52502f0f384da7c2d44d2109.tar.gz dexon-f255336c2cf989be52502f0f384da7c2d44d2109.tar.bz2 dexon-f255336c2cf989be52502f0f384da7c2d44d2109.tar.lz dexon-f255336c2cf989be52502f0f384da7c2d44d2109.tar.xz dexon-f255336c2cf989be52502f0f384da7c2d44d2109.tar.zst dexon-f255336c2cf989be52502f0f384da7c2d44d2109.zip |
utils linked to natspec notice eval, test notice now using utils.toHex()
Diffstat (limited to 'common/natspec/natspec.go')
-rw-r--r-- | common/natspec/natspec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/natspec/natspec.go b/common/natspec/natspec.go index ceac3f5d3..fb98d6ad9 100644 --- a/common/natspec/natspec.go +++ b/common/natspec/natspec.go @@ -44,7 +44,7 @@ func GetNotice(xeth *xeth.XEth, tx string, http *docserver.DocServer) (notice st notice, err2 := ns.Notice() if err2 != nil { - return getFallbackNotice("couldn't create NatSpec notice", tx) + return getFallbackNotice("NatSpec notice error \""+err2.Error()+"\"", tx) } return |