1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

glossary: fixing multisig explanation

This commit is contained in:
rating89us 2021-02-12 15:34:29 +01:00 committed by rating89us
parent 9a8224e0cc
commit 5f08cfb234

View File

@ -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.