From a1e0f5c4eaa47273b38d896d708eb0dc73ac5f67 Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Mon, 16 Dec 2024 18:25:26 -0800 Subject: [PATCH] add" gp --- proposer/op/proposer/rpc_types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposer/op/proposer/rpc_types.go b/proposer/op/proposer/rpc_types.go index 41cc2adc..f44920d0 100644 --- a/proposer/op/proposer/rpc_types.go +++ b/proposer/op/proposer/rpc_types.go @@ -53,7 +53,7 @@ func (d UnclaimDescription) String() string { } } -// SP1FulfillmentStatus represents the status of a proof in the SP1 network. +// SP1FulfillmentStatus represents the fulfillment status of a proof in the SP1 network. type SP1FulfillmentStatus int const ( @@ -64,7 +64,7 @@ const ( SP1FulfillmentStatusUnfulfillable ) -// SP1ExecutionStatus represents the status of the execution of a proof in the SP1 network. +// SP1ExecutionStatus represents the execution status of a proof in the SP1 network. type SP1ExecutionStatus int const (