Browse Source

Fix typo

tags/v0.3.10^2
haixuantao haixuanTao 10 months ago
parent
commit
222e65b3e1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      binaries/daemon/src/node_communication/tcp.rs

+ 1
- 1
binaries/daemon/src/node_communication/tcp.rs View File

@@ -75,7 +75,7 @@ impl Connection for TcpConnection {
},
};
bincode::deserialize(&raw)
.with_context(|| "failed to deserialize abc DaemonRequest")
.wrap_err("failed to deserialize DaemonRequest")
.map(Some)
}



Loading…
Cancel
Save