rename constructor New

This commit is contained in:
zelig
2015-03-08 20:17:20 +07:00
parent 97dc4edb45
commit 0743d68d4c
2 changed files with 3 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ func TestNotice(t *testing.T) {
method := "multiply"
ns, err := NewNATSpec()
ns, err := New()
if err != nil {
t.Errorf("NewNATSpec error %v", err)
}
@@ -68,6 +68,7 @@ func TestNotice(t *testing.T) {
}
}
// https://github.com/ethereum/natspec.js/issues/1
// badDesc := "Will multiply `e` by 7 and return `a * 7`."
// notice, err = ns.Notice(tx, abi, method, badDesc)