// let's make a better evidence locker

class BitcoinSV
{
public:
  void RegisterEvidence(std::string anything) {
    store_perfectly_for_100_years(anything);
    throw std::exception("Cryptocurrency supports crime because it can be used to pay for things.");
  }
};