neodix42/ton4j

java.lang.Error: method get_wallet_data, returned an exit code 11

Closed this issue · 0 comments

https://github.com/neodix42/ton4j/blob/0.6.0/smartcontract/src/test/java/org/ton/java/smartcontract/integrationtests/TestJettonStableCoin.java

JettonWalletStableCoin adminJettonWallet = minter.getJettonWallet(adminWallet.getAddress());

error:
Exception in thread "main" java.lang.Error: method get_wallet_data, returned an exit code 11
at org.ton.java.smartcontract.token.ft.JettonWalletStableCoin.getBalance(JettonWalletStableCoin.java:161)
at org.example.JettonTest6.testJettonMinterStableCoin(JettonTest6.java:93)
at org.example.JettonTest6.main(JettonTest6.java:35)