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
final input = XdrDataInputStream(base64Decode("AAAAAAAAAGT/////AAAAAQAAAAAAAAAW/////AAAAAA="));
final result = XdrTransactionResult.decode(input);
debugPrint(result.toString());
Executing this returns a stack overflow exception:
When the exception was thrown, this was the stack:
#0 XdrOperationResultTr.liquidityPoolDepositResult= (package:stellar_flutter_sdk/src/xdr/xdr_operation.dart:673:3)
#1 XdrOperationResultTr.liquidityPoolDepositResult= (package:stellar_flutter_sdk/src/xdr/xdr_operation.dart:674:12)
#2 XdrOperationResultTr.liquidityPoolDepositResult= (package:stellar_flutter_sdk/src/xdr/xdr_operation.dart:674:12)
#3 XdrOperationResultTr.liquidityPoolDepositResult= (package:stellar_flutter_sdk/src/xdr/xdr_operation.dart:674:12)
#4 XdrOperationResultTr.liquidityPoolDepositResult= (package:stellar_flutter_sdk/src/xdr/xdr_operation.dart:674:12)
#5 XdrOperationResultTr.liquidityPoolDepositResult= (package:stellar_flutter_sdk/src/xdr/xdr_operation.dart:674:12)
#6 XdrOperationResultTr.liquidityPoolDepositResult= (package:stellar_flutter_sdk/src/xdr/xdr_operation.dart:674:12)
#7 XdrOperationResultTr.liquidityPoolDepositResult= (package:stellar_flutter_sdk/src/xdr/xdr_operation.dart:674:12)
The text was updated successfully, but these errors were encountered:
Executing this returns a stack overflow exception:
The text was updated successfully, but these errors were encountered: