Skip to content

Fix runtime error when there's failure in transaction

Vivian Chu requested to merge fixTransactionFailError into trunk

Putting error block after Failure call cause error. Put them above the Failure call fix the problem. //Before the fix Screenshot_2024-05-29_at_5.41.36_PM //After the fix Screenshot_2024-05-29_at_5.53.24_PM

Merge request reports