BitcoinJS v2.1.1 Release Notes

  • ๐Ÿ”„ changed

    • โœ‚ removed use of buffer-reverse, dependency only kept for bufferutils.reverse, to be deprecated (#478)

    ๐Ÿ›  fixed

    • isMultisigOutput no longer allows data chunks for m/n (#482)
    • isMultisigOutput's n value must now match the number of public keys (as per bitcoin/bitcoin) (#484)