We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bff121 + 9e9e38a commit 079c38fCopy full SHA for 079c38f
src/handshake.rs
@@ -171,6 +171,7 @@ impl ConnectionConfig {
171
services: version.services,
172
net_time_difference,
173
reported_height: version.start_height,
174
+ nonce,
175
};
176
let handshake = InitializedHandshake {
177
feeler,
src/lib.rs
@@ -30,6 +30,8 @@ pub struct FeelerData {
30
pub net_time_difference: i64,
31
/// The reported height of their block chain.
32
pub reported_height: i32,
33
+ /// The nonce used to create this connection.
34
+ pub nonce: u64,
35
}
36
37
/// The peer's preferences during this connection. These are updated automatically as the peer
0 commit comments