Closed isapi closed 3 years ago
/Common/Analyzers/BlockAnalyzer.cs at line:93 execResult.ResultStack = appExec.Stack.Select(q => q.ToParameter().ToJson()).ToArray();
execResult.ResultStack = appExec.Stack.Select(q => q.ToParameter().ToJson()).ToArray();
Error msg: System.ArgumentException:“StackItemType(Buffer) is not supported to ContractParameter.”
/Common/Analyzers/BlockAnalyzer.cs at line:93
execResult.ResultStack = appExec.Stack.Select(q => q.ToParameter().ToJson()).ToArray();
Error msg: System.ArgumentException:“StackItemType(Buffer) is not supported to ContractParameter.”