Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

fix: create buffers from decoded multihash digests #287

Merged
merged 2 commits into from
Aug 5, 2020

Commits on Aug 5, 2020

  1. fix: create buffers from decoded multihash digests

    `multihash.decode` returns Uint8Arrays which we set as `prevHash`
    but bitcoin-lib requires these to be node Buffers.
    achingbrain committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    1531e26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08105ef View commit details
    Browse the repository at this point in the history