Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(writeContract): Incorrect code is generated for
recv_external
The external recevier generated the following code: ``` ;; Handle operation int handled = ...; ;; Throw if not handled throw_unless(handled, ${contractErrors.invalidMessage.id}); ``` Which uses the incorrect order of argument in `throw_unless`.
- Loading branch information