ethcore: fix rlp deprecation warnings (#11280)
This commit is contained in:
committed by
Niklas Adolfsson
parent
c7219aae30
commit
df1c5ac616
@@ -1258,7 +1258,7 @@ impl ChainSync {
|
||||
packet.append(&self.private_tx_handler.is_some());
|
||||
}
|
||||
}
|
||||
packet.complete_unbounded_list();
|
||||
packet.finalize_unbounded_list();
|
||||
io.respond(StatusPacket.id(), packet.out())
|
||||
}
|
||||
|
||||
|
||||
@@ -222,7 +222,7 @@ impl SyncPropagator {
|
||||
pushed += 1;
|
||||
}
|
||||
}
|
||||
packet.complete_unbounded_list();
|
||||
packet.finalize_unbounded_list();
|
||||
(packet, to_send)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user