BTCGPU / bitcoinjs-lib

Bitcoin-related functions implemented in pure JavaScript
MIT License
1 stars 3 forks source link

Added unit tests based on issue in btgd (lnd) implementation of lwma #13

Closed Vutov closed 5 years ago

Vutov commented 5 years ago

While syncing testnet btgd node LWMA implementation there gave wrong values for block height 40002. To verify LWMA is working bitcoinjs-lib was used. Current test is added since the code was written anyway.