Fixing spelling in propagade->propagate

This commit is contained in:
Tomasz Drwięga
2016-03-01 21:31:58 +01:00
parent 7c3d7fc460
commit 8c9c701de5
2 changed files with 19 additions and 19 deletions

View File

@@ -121,7 +121,7 @@ fn status_packet() {
}
#[test]
fn propagade_hashes() {
fn propagate_hashes() {
let mut net = TestNet::new(6);
net.peer_mut(1).chain.add_blocks(10, false);
net.sync();
@@ -147,7 +147,7 @@ fn propagade_hashes() {
}
#[test]
fn propagade_blocks() {
fn propagate_blocks() {
let mut net = TestNet::new(2);
net.peer_mut(1).chain.add_blocks(10, false);
net.sync();