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
Fix panic in transaction execute (#140)
* Don't try to finalize transaction if signatures did not change
* Fix panic in execute
* Remove debug messages
* Format code