666@@ -659,7 +667,7 @@ int main(int argc, char *argv[])
667 // Re-initialize translations after changing application name (language in network-specific settings can be different)
668 initTranslations(qtTranslatorBase, qtTranslator, translatorBase, translator);
669
670-#ifdef ENABLE_WALLET
671+#if defined(ENABLE_WALLET) && defined(ENABLE_BIP70)
Won’t this break opening non-BIP70 bitcoin:
URIs?
Yes, as a by-effect this currently removes bitcoin:
URL support too.
(it probably shouldn’t)
That would break opening links from a browser or a mail client.