summaryrefslogtreecommitdiff
path: root/bip-0127.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0127.mediawiki')
-rw-r--r--bip-0127.mediawiki3
1 files changed, 2 insertions, 1 deletions
diff --git a/bip-0127.mediawiki b/bip-0127.mediawiki
index 15c7755..87071d8 100644
--- a/bip-0127.mediawiki
+++ b/bip-0127.mediawiki
@@ -124,7 +124,7 @@ message FinalProof {
// Bitcoin transaction.
bytes proof_tx = 1;
- // The metadata of the ouputs used in the proof transaction.
+ // The metadata of the outputs used in the proof transaction.
repeated OutputMeta output_metadata = 2;
}
@@ -219,6 +219,7 @@ A work-in-progress implementation of a tool that produces and verifies proofs
in the described format can be found here:
https://github.com/stevenroose/reserves
+An implementation of the custom proof PSBTs is part of the [https://bitcoindevkit.org/ BDK], and can be found here: https://crates.io/crates/bdk-reserves
== Footnotes ==