summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Wuille <pieter@wuille.net>2021-01-29 11:33:33 -0800
committerPieter Wuille <pieter@wuille.net>2021-01-29 13:41:08 -0800
commit6446f2af0a75e513a0c4bad0ddaad8d798bd5e2d (patch)
treefdff43ff76b9662fdcaf940bcd1758067b0da130
parentd3874ff3ec0ca090a12a0f48560f3d819d9bee10 (diff)
downloadbips-6446f2af0a75e513a0c4bad0ddaad8d798bd5e2d.tar.xz
Update bip-0350.mediawiki
Co-authored-by: andrewtoth <andrewstoth@gmail.com>
-rw-r--r--bip-0350.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0350.mediawiki b/bip-0350.mediawiki
index d09ae6b..f34da56 100644
--- a/bip-0350.mediawiki
+++ b/bip-0350.mediawiki
@@ -121,7 +121,7 @@ def decode(hrp, addr):
'''Error locating'''
-Bech32m, like Bech32m, does support locating<ref>'''What about error correction?''' As explained in BIP173, introducing error correction reduces the ability to detect errors. While it is technically possible to correct a small number of errors due to Bech32(m)'s nature as a BCH code, implementations should refrain from using this for more than indicating where an error may be present.</ref> the positions of a few substitution errors. To combine this functionality with
+Bech32m, like Bech32, does support locating<ref>'''What about error correction?''' As explained in BIP173, introducing error correction reduces the ability to detect errors. While it is technically possible to correct a small number of errors due to Bech32(m)'s nature as a BCH code, implementations should refrain from using this for more than indicating where an error may be present.</ref> the positions of a few substitution errors. To combine this functionality with
the segregated witness addresses proposed by this document, simply try locating errors for both Bech32 and Bech32m. If only one finds error locations, report that one. If both do (which should be very rare),
there are a number of options:
* Report the one that needs fewer corrections (if they differ).