-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stack-tx
Operation Failing Due to Address Compatibility
#1
Comments
with a test script, it seems to work fine:
can this be reproduced? I'm wondering if a variable is getting overwritten somewhere maybe |
update: this seems to be a version difference between linux's GNU dc and what macos is using. let's keep this open for now, it would be nice to find a solution that works for both, but we're unblocked by only running on linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
stack-tx
operation in thenaka3.sh
script consistently fails (inmake_stacking_tx
) with the following error:I think, the failure occurs because the provided PoX address has a version byte of
8d
(instead of6f
?)Binary Versions:
/cc @wileyj
The text was updated successfully, but these errors were encountered: