From 5f08cfb2340abeba7d345b9b5db3e2eabd7aa391 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Fri, 12 Feb 2021 15:34:29 +0100 Subject: [PATCH] glossary: fixing multisig explanation --- glossary.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.asciidoc b/glossary.asciidoc index 03764ccf..e54e37b1 100644 --- a/glossary.asciidoc +++ b/glossary.asciidoc @@ -120,7 +120,7 @@ miner:: A network node that finds valid proof of work for new blocks, by repeated hashing. multisignature:: - Multisignature (multisig) refers to requiring more than one key to authorize a bitcoin transaction. + Multisignature (multisig) refers to requiring a minimum number (M) of keys (N) to authorize an M-of-N transaction. network:: A peer-to-peer network that propagates transactions and blocks to every bitcoin node on the network.