From 678b2870ffa21eeabcb1cc1e56c43b2c6ea211da Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 27 Jul 2018 11:11:37 -0700 Subject: [PATCH] i --- src/transaction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transaction.rs b/src/transaction.rs index 3a4ecd96c7..953a77a51d 100644 --- a/src/transaction.rs +++ b/src/transaction.rs @@ -49,7 +49,7 @@ pub struct Contract { #[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Clone)] pub struct Vote { - /// We send some gossip specific membershp information through the vote to shortcut + /// We send some gossip specific membership information through the vote to shortcut /// liveness voting /// The version of the CRDT struct that the last_id of this network voted with pub version: u64,