This fixes a small user-facing error-message typo in bitcoin-tx.
When outmultisig is given mismatched parameters, the current error joins the
number of keys and "signatures" without a space, e.g. Required 4 of 3signatures.
The change also adds coverage alongside the existing malformed outmultisig
cases in bitcoin-util-test.json.
Tested:
python3 -m json.tool test/functional/data/util/bitcoin-util-test.jsongit diff --cached --check
Not run:
test/functional/test_runner.py tool_utils.py, becausecmakeis not installed in this environment and there is no configured build directory.