mirror of
https://github.com/bitcoin/bips.git
synced 2026-07-06 17:46:00 +00:00
spelling: globally change "implementor" to "implementer"
Although the variant "implementor" predominated for much of the late 20th century, today "implementer" is considered standard, and the former spelling triggers the typos spelling checker.
This commit is contained in:
@@ -97,7 +97,7 @@ To derive the address from the above calculated public key and timelock, we crea
|
||||
|
||||
=== Message signing ===
|
||||
|
||||
In order to support signing of certificates, implementors should support signing ASCII messages.
|
||||
In order to support signing of certificates, implementers should support signing ASCII messages.
|
||||
|
||||
The certificate message is defined as `"fidelity-bond-cert" || "|" || cert_pubkey || "|" || cert_expiry`.
|
||||
|
||||
@@ -130,7 +130,7 @@ address = bc1qhhhf29f4nlyalyfrrpfrknxj9uwqk4qsyvkujsa7w0ulfur78xksps
|
||||
// Note that as signatures contains a random nonce, it might not be exactly the same when your code generates it
|
||||
// p2pkh address is the p2pkh address corresponding to the derived public key, it can be used to verify the message
|
||||
// signature in any wallet that supports Verify Message.
|
||||
// As mentioned before, it is more important for implementors of this standard to support signing such messages, not verifying them
|
||||
// As mentioned before, it is more important for implementers of this standard to support signing such messages, not verifying them
|
||||
message = fidelity-bond-cert|020000000000000000000000000000000000000000000000000000000000000001|375
|
||||
address = bc1qhhhf29f4nlyalyfrrpfrknxj9uwqk4qsyvkujsa7w0ulfur78xkspsqn84
|
||||
p2pkh address = 16vmiGpY1rEaYnpGgtG7FZgr2uFCpeDgV6
|
||||
|
||||
Reference in New Issue
Block a user