Subscribe to peer pubsub snapshots
This commit is contained in:
parent
bc0ba4d169
commit
df70b81a1d
8 changed files with 332 additions and 20 deletions
|
|
@ -1241,6 +1241,7 @@ fn pubsub_pub_sub_uses_lossy_in_memory_runtime() {
|
|||
&node,
|
||||
geth_control::ControlRequest::PubsubSub {
|
||||
topic: "presence/laptop".to_owned(),
|
||||
node: None,
|
||||
},
|
||||
)
|
||||
.expect("subscribe snapshot");
|
||||
|
|
@ -1263,6 +1264,7 @@ fn pubsub_pub_sub_uses_lossy_in_memory_runtime() {
|
|||
&reopened,
|
||||
geth_control::ControlRequest::PubsubSub {
|
||||
topic: "presence/laptop".to_owned(),
|
||||
node: None,
|
||||
},
|
||||
)
|
||||
.expect("subscribe reopened snapshot");
|
||||
|
|
|
|||
Loading…
Reference in a new issue