Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
cff13619
Unverified
Commit
cff13619
authored
Nov 26, 2024
by
chuangjinglu
Committed by
GitHub
Nov 25, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: fix some function names in interface comment (#13048)
Signed-off-by:
chuangjinglu
<
chuangjinglu@outlook.com
>
parent
c1731a54
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
iface.go
op-conductor/consensus/iface.go
+2
-2
No files found.
op-conductor/consensus/iface.go
View file @
cff13619
...
...
@@ -72,9 +72,9 @@ type Consensus interface {
// ClusterMembership returns the current cluster membership configuration and associated version.
ClusterMembership
()
(
*
ClusterMembership
,
error
)
// CommitPayload commits latest unsafe payload to the FSM in a strongly consistent fashion.
// Commit
Unsafe
Payload commits latest unsafe payload to the FSM in a strongly consistent fashion.
CommitUnsafePayload
(
payload
*
eth
.
ExecutionPayloadEnvelope
)
error
// LatestUnsafe
Block
returns the latest unsafe payload from FSM in a strongly consistent fashion.
// LatestUnsafe
Payload
returns the latest unsafe payload from FSM in a strongly consistent fashion.
LatestUnsafePayload
()
(
*
eth
.
ExecutionPayloadEnvelope
,
error
)
// Shutdown shuts down the consensus protocol client.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment