chore: Tidy up examples
This commit is contained in:
parent
75fa717583
commit
3280397c70
5 changed files with 10 additions and 13 deletions
|
|
@ -41,15 +41,15 @@ fn main() {
|
|||
|
||||
let mut hs_channel = muxer.use_channel(0);
|
||||
let versions = VersionTable::v4_and_above(MAINNET_MAGIC);
|
||||
let last = run_agent(Client::initial(versions), &mut hs_channel).unwrap();
|
||||
let _last = run_agent(Client::initial(versions), &mut hs_channel).unwrap();
|
||||
|
||||
let range = (
|
||||
Point(
|
||||
Point::Specific(
|
||||
3240000,
|
||||
hex::decode("b7096a881f77ced24bdd285758646c0e059545b54855bd3a2307ece518bd6317")
|
||||
.unwrap(),
|
||||
),
|
||||
Point(
|
||||
Point::Specific(
|
||||
4492794,
|
||||
hex::decode("5c196e7394ace0449ba5a51c919369699b13896e97432894b4f0354dce8670b6")
|
||||
.unwrap(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue