Bitcoin Forum

Other => Bitcoin Wiki => Topic started by: Coding Enthusiast on September 29, 2016, 12:53:35 PM



Title: [Fixed] I found a tiny problem in a link on WIKI
Post by: Coding Enthusiast on September 29, 2016, 12:53:35 PM
I don't know if I should report this here but here it goes:

In this page https://en.bitcoin.it/wiki/OP_RETURN in the second paragraph the link to github pointing to 80 bytes has an a character in the end which is extra https://github....snipped... q=MAX_OP_RETURN_RELAYa

wrong:
Code:
Currently, the default Bitcoin client relays OP_RETURN transactions up to 80 bytes [https://github.com/bitcoin/bitcoin/search?utf8=%E2%9C%93&q=MAX_OP_RETURN_RELAYa], but does not provide a way for users to create OP_RETURN transactions.

corrected:
Code:
Currently, the default Bitcoin client relays OP_RETURN transactions up to 80 bytes [https://github.com/bitcoin/bitcoin/search?utf8=%E2%9C%93&q=MAX_OP_RETURN_RELAY], but does not provide a way for users to create OP_RETURN transactions.


Title: Re: i found a tiny problem in a link on WIKI
Post by: dantanas on September 29, 2016, 05:12:59 PM
Nice catch.


Title: Re: i found a tiny problem in a link on WIKI
Post by: Taras on December 11, 2016, 10:10:01 AM
An editor fixed this on October 7. :)