Skip to content

Commit

Permalink
Added 1.43.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorofeev committed Jun 22, 2023
1 parent 016e6ba commit 7544882
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified src/main/resources/natives/osx_64/libtonclientjni.dylib
Binary file not shown.
Binary file modified src/main/resources/natives/osx_arm64/libtonclientjni.dylib
Binary file not shown.
2 changes: 1 addition & 1 deletion src/test/kotlin/ee/nx01/tonclient/net/AccountTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class AccountTest : StringSpec({
val account =
client.net.accounts.getAccount("0:a1c52894eb07f12ba110ff4be2d115ab09d0b06ba44ff9d6d31459a00d4e58ed")

account shouldBe null
account?.accType shouldBe AccountType.NON_EXIST

client.destroy()
}
Expand Down

0 comments on commit 7544882

Please sign in to comment.