Skip to content

Commit

Permalink
add"
Browse files Browse the repository at this point in the history
gp
  • Loading branch information
ratankaliani committed Dec 17, 2024
1 parent efc7036 commit a1e0f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposer/op/proposer/rpc_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand All @@ -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 (
Expand Down

0 comments on commit a1e0f5c

Please sign in to comment.