summaryrefslogtreecommitdiff
path: root/bip-0322.mediawiki
diff options
context:
space:
mode:
authorKarl-Johan Alm <karljohan-alm@garage.co.jp>2020-10-30 16:00:54 +0900
committerKarl-Johan Alm <karljohan-alm@garage.co.jp>2020-11-09 12:11:26 +0900
commit1a7eaa9c7f3c38221e63b6b3b001054e4502fe79 (patch)
treee10c230729ab149ee242a355e55f735367d44e43 /bip-0322.mediawiki
parent7e3284dafda168da34888977dbf4a55519b0c54d (diff)
downloadbips-1a7eaa9c7f3c38221e63b6b3b001054e4502fe79.tar.xz
BIP-322: minor clarification
Diffstat (limited to 'bip-0322.mediawiki')
-rw-r--r--bip-0322.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0322.mediawiki b/bip-0322.mediawiki
index e515b56..7aca5d1 100644
--- a/bip-0322.mediawiki
+++ b/bip-0322.mediawiki
@@ -25,7 +25,7 @@ More importantly, it does not prove ownership nor access to any funds, even if t
== Specification ==
-This BIP follows the specification of BIP-325 challenges and solutions (see Signet comparison below).
+This BIP follows the specification of BIP-325 challenges and solutions.
Let there be two virtual transactions to_spend and to_sign.
@@ -63,7 +63,7 @@ When a proof of funds is being created, additional inputs should be included for
Proofs of funds are the base64-encoding of the to_spend and to_sign transactions concatenated in standard network serialisation, and proofs without additional inputs or time locks (simple proofs) are the base64-encoding of the to_sign script witness.
-A validator must verify it is valid and meets the description of virtual transactions as specified above. See "Validation" below.
+A validator must verify the proof is valid and meets the description of virtual transactions as specified above. See "Validation" below.
=== Validation ===