Add back a missing quotemark
Co-Authored-By: Henry de Valence <hdevalence@hdevalence.ca>
This commit is contained in:
parent
157add149a
commit
53a7af82a0
|
|
@ -14,7 +14,7 @@ pub enum Response {
|
||||||
Error,
|
Error,
|
||||||
/// A list of peers, used to respond to `GetPeers`.
|
/// A list of peers, used to respond to `GetPeers`.
|
||||||
Peers(Vec<MetaAddr>),
|
Peers(Vec<MetaAddr>),
|
||||||
/// A list of transactions, such as in response to `GetMempool
|
/// A list of transactions, such as in response to `GetMempool`.
|
||||||
Transactions(Vec<Transaction>),
|
Transactions(Vec<Transaction>),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue