janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.52k stars 1.13k forks source link

remove duplicate quotes #398

Closed johnpc closed 2 years ago

johnpc commented 2 years ago

Reading through the quotes, I noticed that a couple of them were duplicated:

"I'm sure that in 20 years there will either be very large transaction volume or no volume."

Can be found on line #219 and line #60.

"Lost coins only make everyone else's coins worth slightly more. Think of it as a donation to everyone."

Can be found on line #231 and line #54.

This PR removes the duplicates so that each quote appears only once.

janoside commented 2 years ago

@johnpc Thanks for catching this. I'm going to skip merging this though, since URLs referencing quotes are simply indexed in the collection, meaning lots of URLs could potentially be broken/changed. I'll try to be more thorough checking for duplicates in the future!