From e4a117b0bc2d8c06a881c60cc8f0ca6655601dce Mon Sep 17 00:00:00 2001 From: Gav Date: Tue, 26 Sep 2023 14:47:12 +0100 Subject: [PATCH] Remove superfluous --- text/0027-corejam.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/text/0027-corejam.md b/text/0027-corejam.md index f64fc96..334b489 100644 --- a/text/0027-corejam.md +++ b/text/0027-corejam.md @@ -389,8 +389,6 @@ fn get_work_storage(key: &[u8]) -> Result>; fn get_work_storage_len(key: &[u8]); ``` -The amount of weight `prune` is allowed to use is a fixed multiple of the number of - #### Accumulate The second stage is that of Accumulate. The function signature to the `accumulate` entry-point in the Work Class's code blob is: