init: add exe name to bitcoind, bitcoin-node -version output to be able to distinguish these in tests

This commit is contained in:
Ryan Ofsky
2025-08-20 13:24:35 -04:00
parent 1444ed855f
commit 0972f55040
6 changed files with 17 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ public:
virtual std::unique_ptr<Echo> makeEcho() { return nullptr; }
virtual Ipc* ipc() { return nullptr; }
virtual bool canListenIpc() { return false; }
virtual const char* exeName() { return nullptr; }
};
//! Return implementation of Init interface for the node process. If the argv