From 399a6a82cede33dc3cda810615124760924352ec Mon Sep 17 00:00:00 2001 From: Yann Regis-Gianas Date: Mon, 6 Jun 2022 11:24:37 +0200 Subject: [PATCH] Proto,SCORU: Fix missing definition for disputable commitment Signed-off-by: Yann Regis-Gianas --- src/proto_alpha/lib_protocol/sc_rollup_commitment_storage.mli | 1 + 1 file changed, 1 insertion(+) diff --git a/src/proto_alpha/lib_protocol/sc_rollup_commitment_storage.mli b/src/proto_alpha/lib_protocol/sc_rollup_commitment_storage.mli index 39e713e3b622..d8fc3d81bacf 100644 --- a/src/proto_alpha/lib_protocol/sc_rollup_commitment_storage.mli +++ b/src/proto_alpha/lib_protocol/sc_rollup_commitment_storage.mli @@ -55,6 +55,7 @@ {3 Cemented and Disputable commitments} Commitments accepted as true by the protocol are referred to as Cemented. + A commitment that is not cemented is said to be disputable. {3 Stakers} The Stakers table maps Stakers (implicit accounts) to commitments hashes. -- GitLab