diff options
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 |