Skip to content

Commit

Permalink
Spit and polish
Browse files Browse the repository at this point in the history
  • Loading branch information
rozhkovdmitrii committed May 3, 2023
1 parent 36bd231 commit 3111e53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::path::PathBuf;

use crate::adex_config::AdexConfigImpl;

pub(crate) const ACTIVATION_SCHEME_FILE: &str = "activation_scheme.json";
const ACTIVATION_SCHEME_FILE: &str = "activation_scheme.json";
const COIN_ACTIVATION_SOURCE: &str = "https://stats.kmd.io/api/table/coin_activation/";

pub(crate) async fn init_activation_scheme() -> Result<(), ()> {
Expand Down

0 comments on commit 3111e53

Please sign in to comment.