Skip to content

Commit

Permalink
Merge pull request #199 from rustaceanrob/just-11-2
Browse files Browse the repository at this point in the history
Update `just` commands
  • Loading branch information
rustaceanrob authored Nov 2, 2024
2 parents 56d4929 + bd94192 commit 252db06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/testnet4.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ use std::{net::Ipv4Addr, str::FromStr};
const NETWORK: Network = Network::Testnet4;
const RECOVERY_HEIGHT: u32 = 0;

// THE TESTNET4 DOES NOT CURRENTLY HAVE PEERS THAT SERVE COMPACT BLOCK FILTERS

#[tokio::main]
async fn main() {
// Add third-party logging
Expand Down
6 changes: 6 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ integrate:
example:
cargo run --example signet --release

signet:
cargo run --example signet --release

testnet:
cargo run --example testnet --release

all:
cargo fmt
cargo clippy --all-targets
Expand Down

0 comments on commit 252db06

Please sign in to comment.