From 74f9295671f3336c491513f58196b157cb429df0 Mon Sep 17 00:00:00 2001 From: PaulD-docs <81653684+PaulD-docs@users.noreply.github.com> Date: Sat, 17 Apr 2021 17:32:44 +0100 Subject: [PATCH] Updated to remove the TODO re: ReceiveBlock TODO: Add path that allows ReceiveBlock with no fork choice option. --- package-lock.json | 3 +++ website/docs/devtools/net-design.md | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..48e341a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +} diff --git a/website/docs/devtools/net-design.md b/website/docs/devtools/net-design.md index c6b08ac..1cddbc5 100644 --- a/website/docs/devtools/net-design.md +++ b/website/docs/devtools/net-design.md @@ -428,7 +428,6 @@ func (rs *RegularSync) receiveBlock(msg p2p.Message) error { ``` -**TODO: Add path that allows ReceiveBlock with no fork choice option.** **Migration strategy **