Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Dec 12, 2023
1 parent 80a164a commit cdb86d9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions x/data/iri_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package data
import (
"testing"

"github.com/btcsuite/btcutil/base58"
"gotest.tools/v3/assert"

"github.com/stretchr/testify/require"
Expand Down Expand Up @@ -638,12 +637,3 @@ func TestParseIRI(t *testing.T) {
})
}
}

func TestName(t *testing.T) {
bz, ver, err := base58.CheckDecode("esV713VcRqk5TWxDgKQjGSpN4aXL4a9XTzbWRduCMQDqq2zo3TtX")
require.NoError(t, err)
t.Logf("version: %d", ver)
t.Logf("bz: %x", bz)
res := base58.CheckEncode(bz, 2)
t.Logf("res: %s", res)
}

0 comments on commit cdb86d9

Please sign in to comment.