Skip to content

Commit

Permalink
fix compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Aug 20, 2023
1 parent 157fb06 commit 54098a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/p2p.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use anyhow::{Context, Result};
use crossbeam_channel::{bounded, select, Receiver, Sender};
use groestlcoin::blockdata::block::Header as BlockHeader;
use groestlcoin::consensus::Encodable;
use groestlcoin::{
Expand Down

0 comments on commit 54098a9

Please sign in to comment.