protocols/plaintext: Adapt protobuf generation to consolidated scripts (#1309)

* protocols/plaintext: Adapt protobuf generation to consolidated scripts

* protocols/plaintext: Fix protobuf import

Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
This commit is contained in:
Max Inden
2020-01-09 14:12:43 +01:00
committed by Pierre Krieger
parent 324f0dc326
commit b939aefdd6
6 changed files with 49 additions and 63 deletions

View File

@ -20,7 +20,7 @@
use crate::PlainText2Config;
use crate::error::PlainTextError;
use crate::pb::structs::Exchange;
use crate::structs_proto::Exchange;
use bytes::BytesMut;
use futures::prelude::*;