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
https://github.com/blockchain-certificates/lds-merkle-proof-2019-py/blob/master/lds_merkle_proof_2019/merkle_proof_2019.py#L53-L68
constructAnchorsMap(anchors) { return anchors.map(anchor => { let values = anchor.split(':') values.shift() console.log(values) return values.map((value, index) => { if (index === 0) { return [index, Keymap.chain[value].id] } if (index === 1) { return [index, Keymap.chain[values[index - 1]].networks[value]] } return [index, cbor.encode(value) ] }) }) }
Your review is appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ptyhon library
https://github.com/blockchain-certificates/lds-merkle-proof-2019-py/blob/master/lds_merkle_proof_2019/merkle_proof_2019.py#L53-L68
fixed code
Your review is appreciated.
The text was updated successfully, but these errors were encountered: