Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/fix-z-coin-activation' into nogeo
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Sep 10, 2023
2 parents f741685 + 4d2c05e commit 867bd7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/atomicdex/api/mm2/rpc2.task.enable_z_coin.init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ namespace atomic_dex::mm2
{
j["params"]["ticker"] = request.coin_name;
j["params"]["activation_params"]["mode"]["rpc"] = "Light";
j["params"]["activation_params"]["sync_params"] = "earliest";
j["params"]["activation_params"]["mode"]["rpc_data"]["electrum_servers"] = request.servers;
j["params"]["activation_params"]["mode"]["rpc_data"]["light_wallet_d_servers"] = request.z_urls;
j["params"]["tx_history"] = request.with_tx_history;
earliest

Check failure on line 35 in src/core/atomicdex/api/mm2/rpc2.task.enable_z_coin.init.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-debug

use of undeclared identifier 'earliest'

Check failure on line 35 in src/core/atomicdex/api/mm2/rpc2.task.enable_z_coin.init.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-debug

use of undeclared identifier 'earliest'

Check failure on line 35 in src/core/atomicdex/api/mm2/rpc2.task.enable_z_coin.init.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-release

use of undeclared identifier 'earliest'

Check failure on line 35 in src/core/atomicdex/api/mm2/rpc2.task.enable_z_coin.init.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-release

use of undeclared identifier 'earliest'

This comment has been minimized.

Copy link
@smk762

smk762 Sep 11, 2023

I think its this bit that causing the error

This comment has been minimized.

Copy link
@cipig

cipig Sep 11, 2023

Author Owner

yeah, that single last line... "earliest"... i already removed it

}

//! Deserialization
Expand Down

0 comments on commit 867bd7d

Please sign in to comment.