monorepo icon indicating copy to clipboard operation
monorepo copied to clipboard

Fix buffer usage in NakamotoJs

Open ClemensLey opened this issue 10 months ago • 0 comments

In NakamotoJS:

  • Make sure that we are always using Buffer from the NPM package and never the node buffer
  • Make sure we are using the correct typeforce buffer (Buffer vs BufferN) everywhere

ClemensLey avatar Apr 02 '24 17:04 ClemensLey