Currently, "Bitcoin ABC" is hard-coded in electrum.rs.
However, it is better to get the client name from clientversion.cpp. This way, forks of Bitcoin ABC with a different name (*cough* doged *cough*) don't have to update this hard-coded string.
Differential D18657
[Chronik] Use ffi `client_name` instead of hard-coded string Authored by tobias_ruck on Sep 20 2025, 09:22. Tags None Subscribers None
Details
Currently, "Bitcoin ABC" is hard-coded in electrum.rs. However, it is better to get the client name from clientversion.cpp. This way, forks of Bitcoin ABC with a different name (*cough* doged *cough*) don't have to update this hard-coded string. ninja && python ./test/functional/test_runner.py chronik_electrum_basic.py
Diff Detail
|