diff --git a/doc/daemon_versions.json b/doc/daemon_versions.json index 3f0df1e6..fd621a1b 100644 --- a/doc/daemon_versions.json +++ b/doc/daemon_versions.json @@ -11,6 +11,7 @@ "NINJA": "41265fb", "PIRATE": "41265fb", "SUPERNET": "41265fb", + "VOTE2024": "41265fb", "AYA": "d40b0d7", "CHIPS": "f0dfd82", "THC": "41265fb", diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 44a63cc0..a13c0bb3 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -559,7 +559,7 @@ STRING_ARG(iguana,addnotary,ipaddr) } // TODO: Confirm that this is the correct list of currencies. Is TOKEL supposed to be in here? It's the only 3rd party coin in the list. -char NOTARY_CURRENCIES[][65] = { "SUPERNET", "NINJA", "CCL", "PIRATE", "ILN", "DOC", "THC", "MARTY", "KOIN", "GLEEC", "TOKEL", "CLC" }; +char NOTARY_CURRENCIES[][65] = { "SUPERNET", "NINJA", "CCL", "PIRATE", "ILN", "DOC", "THC", "MARTY", "KOIN", "GLEEC", "TOKEL", "CLC", "VOTE2024" }; // "LTC", "USD", "EUR", "JPY", "GBP", "AUD", "CAD", "CHF", "NZD", "CNY", "RUB", "MXN", "BRL", "INR", "HKD", "TRY", "ZAR", "PLN", "NOK", "SEK", "DKK", "CZK", "HUF", "ILS", "KRW", "MYR", "PHP", "RON", "SGD", "THB", "BGN", "IDR", "HRK",