Author

Topic: [Fixed] I found a tiny problem in a link on WIKI (Read 1439 times)

legendary
Activity: 1386
Merit: 1053
Please do not PM me loan requests!
December 11, 2016, 06:10:01 AM
#3
An editor fixed this on October 7. Smiley
full member
Activity: 134
Merit: 100
Nice catch.
legendary
Activity: 1039
Merit: 2783
Bitcoin and C♯ Enthusiast
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.
Jump to: