planetarium / UniLibplanet

Libplanet SDK for Unity
https://planetarium.github.io/UniLibplanet/
GNU Lesser General Public License v2.1
13 stars 11 forks source link

Exception not thrown when creating invalid transaction #68

Closed Atralupus closed 1 year ago

Atralupus commented 1 year ago

I encountered an issue when using the MakeTransaction method to create invalid 'Action' objects. When attempting to do so, no error log or exception is raised. I suspect that the use of 'Task' in our implementation may be contributing to this issue. It would be a good idea to add exception handling to properly handle and address any errors that may occur.