accept
and rollback
error message should be the same as c hooks
#325
Labels
accept
and rollback
error message should be the same as c hooks
#325
When doing
accept
orrollback
in jshooks you cannot send in data and have it return the hex value. If you send in a hex, it will hex that again.Current Behavior:
Conclusion:
I think we should allow the ability to send in the buffer/byte array and have it return the hex of that. To match the behavior of the c hooks.
If I update the macro with the following then I can send the byte array into the accept, with
as_hex=true
and then get the account id as theHookReturnString
.The text was updated successfully, but these errors were encountered: