mirror of
https://github.com/romanz/electrs.git
synced 2025-02-23 22:56:55 +01:00
Fix formatting issue
This commit is contained in:
parent
0cd5c16402
commit
e6a5d10875
2 changed files with 2 additions and 2 deletions
|
@ -238,7 +238,7 @@ impl Config {
|
|||
(_, Some(_)) => {
|
||||
eprintln!("Error: signet magic only available on signet");
|
||||
std::process::exit(1);
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
let daemon_rpc_addr: SocketAddr = config.daemon_rpc_addr.map_or(
|
||||
|
|
|
@ -187,7 +187,7 @@ impl Connection {
|
|||
send_duration.observe_duration("send", || {
|
||||
trace!("send: {:?}", msg);
|
||||
let raw_msg = message::RawNetworkMessage {
|
||||
magic: magic,
|
||||
magic,
|
||||
payload: msg,
|
||||
};
|
||||
(&*stream)
|
||||
|
|
Loading…
Add table
Reference in a new issue