Skip to content

Commit

Permalink
remove todo!
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Oct 23, 2024
1 parent ecd8915 commit b229614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile_packet_verifier/src/pending_burns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub async fn initialize(conn: &Pool<Postgres>) -> anyhow::Result<()> {
set_metric(&payer, bytes_to_dc(total_rewardable_bytes));
}

todo!()
Ok(())
}

pub async fn get_all(conn: &Pool<Postgres>) -> anyhow::Result<Vec<DataTransferSession>> {
Expand Down

0 comments on commit b229614

Please sign in to comment.