btcd
btcd copied to clipboard
Convert `witnessToHex` into a method `ToHexStrings` on `TxWitness`
Add a method ToHexStrings
to TxWitness
. Remove stand alone function witnessToHex(witness wire.TxWitness) []string
.
Motivation: witnessToHex
is hard to access and to find.