You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Old transactions do not have applicationStatus which caused the issue as there is no handler to check if the output json contains applicationStatus or not in InvokeScriptTransaction.
The error is -> \"n\" is null (through reference chain: java.util.ArrayList[171])
The text was updated successfully, but these errors were encountered:
GetTransactionByAddress()
throws exception for all InvokeScriptTransactions before major upgrade of Wave Node. Refer to -> https://docs.waves.tech/en/keep-in-touch/april#node-apiOld transactions do not have applicationStatus which caused the issue as there is no handler to check if the output json contains applicationStatus or not in InvokeScriptTransaction.
The error is ->
\"n\" is null (through reference chain: java.util.ArrayList[171])
The text was updated successfully, but these errors were encountered: