We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's hardcoded for BCH as of now: https://github.com/KomodoPlatform/atomicDEX-API/blob/8ca4d743a5799b949a6a036705b1b528caded160/mm2src/coins/utxo.rs#L919, but there are more coins using the SIGHASH_FORKID.
The text was updated successfully, but these errors were encountered:
Make SIGHASH_FORKID configurable with coins file #905 (#912)
2b3db4f
* Make SIGHASH_FORKID configurable with coins file * added hardcoded BCH fork_id for non updated config * fix code format
Successfully merging a pull request may close this issue.
It's hardcoded for BCH as of now: https://github.com/KomodoPlatform/atomicDEX-API/blob/8ca4d743a5799b949a6a036705b1b528caded160/mm2src/coins/utxo.rs#L919, but there are more coins using the SIGHASH_FORKID.
The text was updated successfully, but these errors were encountered: