Skip to content

Commit

Permalink
Change mining_device::connect to pub
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Sep 20, 2024
1 parent c1af2ba commit 19a6968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/test-utils/mining-device/src/lib/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use stratum_common::bitcoin::{
};
use tracing::{error, info};

async fn connect(
pub async fn connect(
address: String,
pub_key: Option<Secp256k1PublicKey>,
device_id: Option<String>,
Expand Down

0 comments on commit 19a6968

Please sign in to comment.