Skip to content

Commit

Permalink
feat: support nostr
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpiotzh committed Jul 22, 2024
1 parent d28f987 commit 7b3fd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/did_cell_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ func TestAnyLockCodeHash(t *testing.T) {
}

func TestGetAnyLockOutpoint(t *testing.T) {
dc, _ := getNewDasCoreTestnet2()
dc, _ := getNewDasCoreMainNet()
res, err := dc.GetAnyLockCellDep(core.AnyLockNameJoyID)
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 7b3fd83

Please sign in to comment.