diff options
Diffstat (limited to 'swarm/pss/writeup.md')
-rw-r--r-- | swarm/pss/writeup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/pss/writeup.md b/swarm/pss/writeup.md index a0506ffa4..af731fe7f 100644 --- a/swarm/pss/writeup.md +++ b/swarm/pss/writeup.md @@ -65,7 +65,7 @@ The validation phase of the TestNetwork test is done using an RPC subscription: ``` ... - triggerChecks := func(trigger chan discover.NodeID, id discover.NodeID, rpcclient *rpc.Client) error { + triggerChecks := func(trigger chan enode.ID, id enode.ID, rpcclient *rpc.Client) error { msgC := make(chan APIMsg) ctx, cancel := context.WithTimeout(context.Background(), time.Second) defer cancel() |