Added another server implementation for when the client needs to stay in control of the event loop (i.e. multiple servers for tests). Test to spin up 5 servers and connect them all together.

This commit is contained in:
Ignotus Peverell
2016-12-14 16:10:39 -08:00
parent 8a255c0218
commit d395b3d128
5 changed files with 89 additions and 29 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ impl Readable<BlockHeader> for BlockHeader {
}
/// A block as expressed in the MimbleWimble protocol. The reward is
/// non-explicit, assumed to be deductible from block height (similar to
/// non-explicit, assumed to be deducible from block height (similar to
/// bitcoin's schedule) and expressed as a global transaction fee (added v.H),
/// additive to the total of fees ever collected.
pub struct Block {