Merge pull request #100 from nspcc-dev/neo3/address

Use NEO3 based address generation
This commit is contained in:
Alex Vanin 2020-07-21 18:52:20 +03:00 committed by GitHub
commit 630ac612ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 124 additions and 442 deletions

View file

@ -79,7 +79,7 @@ func TestOwnerID(t *testing.T) {
t.Run("check that marshal/unmarshal works like expected", func(t *testing.T) {
var u1, u2 OwnerID
owner, err := NewOwnerID()
owner, err := NewOwnerID(nil)
require.NoError(t, err)
require.True(t, owner.Empty())