Skip to content

Commit

Permalink
Merge pull request #11 from gobicycle/develop
Browse files Browse the repository at this point in the history
Wallet deploy test fix
  • Loading branch information
gobicycle authored Sep 26, 2023
2 parents a8d8560 + 9981767 commit c3eeafb
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1,636 deletions.
3 changes: 2 additions & 1 deletion blockchain/blockchain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ func Test_DeployTonWallet(t *testing.T) {
t.Fatal("get acc current state err: ", err)
}
if st != tlb.AccountStatusNonExist {
t.Fatal("wallet not empty")
t.Log("wallet not empty")
t.Skip()
}
err = mainWallet.TransferNoBounce(
ctx,
Expand Down
Loading

0 comments on commit c3eeafb

Please sign in to comment.