Skip to content

Commit

Permalink
cosmetics and bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lbelyaev committed Jun 4, 2024
1 parent ab33f10 commit c2ab4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sol-xen-multiminer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use base58::ToBase58;
use spl_memo::build_memo;
use serde::{Deserialize, Serialize};
use futures::channel::oneshot;
use url::{Url, Host};
use url::{Url};

const MINERS: &str = "B8HwMYCk1o7EaJhooM4P43BHSk5M8zZHsTeJixqw7LMN,2Ewuie2KnTvMLwGqKWvEM1S2gUStHzDUfrANdJfu45QJ,5dxcK28nyAJdK9fSFuReRREeKnmAGVRpXPhwkZxAxFtJ,DdVCjv7fsPPm64HnepYy5MBfh2bNfkd84Rawey9rdt5S";

Expand Down

0 comments on commit c2ab4f7

Please sign in to comment.