Added hash of last block to Ping/Pong messages.

This commit is contained in:
Revertron
2021-03-02 19:35:12 +01:00
parent 92ebefce91
commit 59df68d7c7
6 changed files with 35 additions and 24 deletions
-1
View File
@@ -8,7 +8,6 @@ use crate::Bytes;
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct Settings {
pub origin: String,
pub version: u32,
pub key_file: String,
pub listen: String,
pub public: bool,