btcsuite / btcutil

Provides bitcoin-specific convenience functions and types
479 stars 409 forks source link

Fix sanity test and ordering in checkIsMultiSigScript #154

Closed philipglazman closed 4 years ago

philipglazman commented 4 years ago

Fixes return value ordering expected from txscript.CalcMultiSigStats.

Change sanity check to make sure that m of n pubkeys are provided.

philipglazman commented 4 years ago

Closing. https://github.com/btcsuite/btcutil/pull/157 fixes issue