This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Simplify BcoinClient's getMerkleProof
#187
Labels
enhancement
New feature or request
good first issue
Good for newcomers
javascript
Needs work in JS folder
In
getMerkleProof
, it builds the merkle tree twice (once insidemerkle.createRoot
and once insidemerkle.createBranch
. I think this could be simplified to where this only happens once.The text was updated successfully, but these errors were encountered: