Skip to content

Commit

Permalink
feat(inclusion_monitor): mark allow unused
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Dec 13, 2023
1 parent 156003f commit cf1d451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/phoenix/inclusion_monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ use super::{
#[derive(Debug)]
struct DeliveredPayload {
block_hash: String,
#[allow(dead_code)]
inserted_at: DateTime<Utc>,
proposer_pubkey: String,
slot: i64,
Expand Down

0 comments on commit cf1d451

Please sign in to comment.