Skip to content

Commit 48fc426

Browse files
committed
feat(): upgrade tcrsa
1 parent 684a579 commit 48fc426

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

client/client_test.go

+1-5
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ import (
1111
// "fmt"
1212
// "testing"
1313

14-
// "github.com/everFinance/goar/types"
15-
// "github.com/stretchr/testify/assert"
16-
// )
17-
1814
// func TestGetTransactionByID(t *testing.T) {
1915
// client := New("https://arweave.net")
2016
// fmt.Println(client.GetTransactionByID("FgcKlptyDXSgEonYfy5cNBimq7GJ4h8h6L6pxuuYOBc"))
@@ -143,6 +139,6 @@ func TestClient_VerifyTx(t *testing.T) {
143139
t.Log(status, code)
144140
t.Log(tx.Format)
145141
t.Log(types.TagsDecode(tx.Tags))
146-
err = types.VerifyTransaction(*tx)
142+
err = tx.VerifyTransaction()
147143
assert.NoError(t, err)
148144
}

0 commit comments

Comments
 (0)