Skip to content

Commit 0c50564

Browse files
add appendWithProofs keys to GetKeys in Full mode (#1823)
1 parent c7b2aa3 commit 0c50564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prover/server/prover/proving_keys_utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ func GetKeys(keysDir string, runMode RunMode, circuits []string) []string {
183183
keys = append(keys, nonInclusionKeys...)
184184
keys = append(keys, combinedKeys...)
185185
keys = append(keys, updateKeys...)
186+
keys = append(keys, appendWithProofsKeys...)
186187
keys = append(keys, addressAppendKeys...)
187188
case FullTest: // inclusion + non-inclusion + combined + append-test + update-test + address-append-test
188189
keys = append(keys, inclusionKeys...)

0 commit comments

Comments
 (0)