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
{{ message }}
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.
- pass through tx id to next function (in case of unlocked node)
- maybe there is a more sophisticated way to check whether the input is a tx id than its length
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Arises from this code block
This is due to
postTransaction
returning a hash. Works fine when using a locked node.We can skip the
checkRequest
altogether if we get a tx hash back from thepostTransaction
call.The text was updated successfully, but these errors were encountered: