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
Of course using a valid args, such as "args": "0x43d509d97f26007a285f39241cffcd411157196c", fixes the transaction and so it validates without any issue!
Using the drag and drop functionality in Transaction Output to generate the transaction, generates an invalid transaction. Let's take for example this transaction I just generated with that tool:
This transaction cannot pass the validation in the Fill in the transaction information and it reports this error:
The reason being that
transaction.outputs[0].lock.args
is empty, so it's not a valid hexadecimal value!The text was updated successfully, but these errors were encountered: