@@ -33,7 +33,7 @@ License: CC0-1.0
3333
3434## Abstract
3535
36- This work proposes a way to levearge existing standards on Bitcoin and the Lightning Netowrk to embed
36+ This work proposes a way to levearge existing standards on Bitcoin and the Lightning Network to embed
3737extra details related to assets and other protocol-specific informations into payment URIs and Lightning invoices.
3838
3939
@@ -120,7 +120,7 @@ specified in an implied preferred order.
120120
121121This protocol is somewhat a generalization of the Bitcoin and Lightning counterparty, and while it tries to be very
122122similar both implementation-wise and end-result-wise (to look more familiar to people already using the existing
123- protocols), some changes make it incompatible with existing standards. This acts as an extra precautios to avoid loss
123+ protocols), some changes make it incompatible with existing standards. This acts as an extra precaution to avoid loss
124124of funds from people that might mistake a Bitcoin URI with an asset-enabled one.
125125
126126
@@ -130,7 +130,7 @@ of funds from people that might mistake a Bitcoin URI with an asset-enabled one.
130130
131131UTXO-based addresses are encoded exactly like standard Bech32 addresses with witness version of 0 (more commonly known
132132as P2WPKH and P2WSH), however this proposal doesn't conflict in any way with them because, because neither of them has
133- the same lenght as one of the existing type of addresses. From BIP-173[ 2] :
133+ the same length as one of the existing type of addresses. From BIP-173[ 2] :
134134
135135> Decoders SHOULD enforce known-length restrictions on witness programs. For example, BIP141 specifies If the version
136136> byte is 0, but the witness program is neither 20 nor 32 bytes, the script must fail.
0 commit comments