Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
fu death io res retval
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Mar 12, 2020
1 parent 6c6d7e1 commit e7da4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watchtower/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use solana_client::{
};
use solana_metrics::{datapoint_error, datapoint_info};
use solana_sdk::{hash::Hash, native_token::lamports_to_sol, pubkey::Pubkey};
use std::{error, io, str::FromStr, thread::sleep, time::Duration};
use std::{error, str::FromStr, thread::sleep, time::Duration};

struct Config {
interval: Duration,
Expand Down

0 comments on commit e7da4da

Please sign in to comment.