libitx / txforge

Modern Bitcoin transaction builder, capable of supporting any non-standard and custom script type.
Apache License 2.0
64 stars 22 forks source link

readme fix #2

Closed Kohze closed 4 years ago

Kohze commented 4 years ago

now we got a

// Assuming the UTXO is a P2PKH input, we can sign it with a KeyPair
forge1
  .buld()
  .sign({ keyPair }) 

buld() --> build()

I guess that is a typo.