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
efbf441f
Unverified
Commit
efbf441f
authored
Jul 23, 2024
by
yuhangcangqian
Committed by
GitHub
Jul 23, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: fix some comments (#11184)
Signed-off-by:
yuhangcangqian
<
cuibuwei@qq.com
>
parent
834eec79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
l1_block_info.go
op-node/rollup/derive/l1_block_info.go
+1
-1
cli.go
op-service/txmgr/cli.go
+1
-1
No files found.
op-node/rollup/derive/l1_block_info.go
View file @
efbf441f
...
@@ -45,7 +45,7 @@ type L1BlockInfo struct {
...
@@ -45,7 +45,7 @@ type L1BlockInfo struct {
// Not strictly a piece of L1 information. Represents the number of L2 blocks since the start of the epoch,
// Not strictly a piece of L1 information. Represents the number of L2 blocks since the start of the epoch,
// i.e. when the actual L1 info was first introduced.
// i.e. when the actual L1 info was first introduced.
SequenceNumber
uint64
SequenceNumber
uint64
// Batcher
Hash
version 0 is just the address with 0 padding to the left.
// Batcher
Addr
version 0 is just the address with 0 padding to the left.
BatcherAddr
common
.
Address
BatcherAddr
common
.
Address
L1FeeOverhead
eth
.
Bytes32
// ignored after Ecotone upgrade
L1FeeOverhead
eth
.
Bytes32
// ignored after Ecotone upgrade
...
...
op-service/txmgr/cli.go
View file @
efbf441f
...
@@ -390,7 +390,7 @@ type Config struct {
...
@@ -390,7 +390,7 @@ type Config struct {
// This is intended to be used for network requests that can be replayed.
// This is intended to be used for network requests that can be replayed.
NetworkTimeout
time
.
Duration
NetworkTimeout
time
.
Duration
// Re
quire
QueryInterval is the interval at which the tx manager will
// Re
ceipt
QueryInterval is the interval at which the tx manager will
// query the backend to check for confirmations after a tx at a
// query the backend to check for confirmations after a tx at a
// specific gas price has been published.
// specific gas price has been published.
ReceiptQueryInterval
time
.
Duration
ReceiptQueryInterval
time
.
Duration
...
...
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