summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Nguyen <hugh.hn@gmail.com>2021-04-15 21:13:53 -0700
committerGitHub <noreply@github.com>2021-04-15 21:13:53 -0700
commitf31fa9c1e41bfcb3e4a6faaec149d7ffff5b7e25 (patch)
tree4fc6d6e53f859f73e143ec30da81a04afca98290
parent89c7529650913ec890c77aa71d5874cb09195e9e (diff)
downloadbips-f31fa9c1e41bfcb3e4a6faaec149d7ffff5b7e25.tar.xz
clarify Signer definition and add reference links
-rw-r--r--bip-hugonguyen-bsms.mediawiki6
1 files changed, 4 insertions, 2 deletions
diff --git a/bip-hugonguyen-bsms.mediawiki b/bip-hugonguyen-bsms.mediawiki
index 95493aa..cb15d5b 100644
--- a/bip-hugonguyen-bsms.mediawiki
+++ b/bip-hugonguyen-bsms.mediawiki
@@ -55,7 +55,7 @@ The Coordinator initiates the multisig setup. The Coordinator determines what ty
====Signer====
-The Signer is a participating member in the multisig. Its responsibilities include providing its key record -- which contains an Extended Public Key (XPUB) -- to the Coordinator, verifying that its XPUB is included in the descriptor record and persisting the descriptor record in its storage.
+The Signer is any software or hardware that controls the private keys and can sign using those keys. The Signer is a participating member in the multisig. Its responsibilities include providing its key record -- which contains an Extended Public Key (XPUB) -- to the Coordinator, verifying that its XPUB is included in the descriptor record and persisting the descriptor record in its storage.
===Setup Process===
@@ -390,5 +390,7 @@ Special thanks to Pavol Rusnak, Dmitry Petukhov, Christopher Allen, Craig Raw, R
==References==
-Original mailing list thread: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-February/018385.html
+Related mailing list threads:
+* https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-February/018385.html
+* https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-April/018732.html