btcd icon indicating copy to clipboard operation
btcd copied to clipboard

Convert `witnessToHex` into a method `ToHexStrings` on `TxWitness`

Open ffranr opened this issue 1 year ago • 2 comments

Add a method ToHexStrings to TxWitness. Remove stand alone function witnessToHex(witness wire.TxWitness) []string.

Motivation: witnessToHex is hard to access and to find.

ffranr avatar Jun 05 '23 13:06 ffranr