File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bip157"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44authors = [" Rob <rustaceanrob@protonmail.com>" ]
55edition = " 2021"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ pub(crate) mod reader;
3131pub ( crate ) mod socks;
3232
3333pub const PROTOCOL_VERSION : u32 = 70016 ;
34- pub const KYOTO_VERSION : & str = "0.3.0 " ;
34+ pub const KYOTO_VERSION : & str = "0.3.1 " ;
3535pub const RUST_BITCOIN_VERSION : & str = "0.32.7" ;
3636
3737const THIRTY_MINS : Duration = Duration :: from_secs ( 60 * 30 ) ;
Original file line number Diff line number Diff line change @@ -432,6 +432,7 @@ impl Node {
432432 let chain = & mut self . chain ;
433433 match chain. sync_chain ( headers) {
434434 Ok ( reorgs) => {
435+ self . chain . send_chain_update ( ) . await ;
435436 if !reorgs. is_empty ( ) {
436437 self . block_queue . remove ( & reorgs) ;
437438 }
You can’t perform that action at this time.
0 commit comments