Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
张蕾
Geth-Modification
Commits
78d089b5
Unverified
Commit
78d089b5
authored
Jan 31, 2023
by
Mio
Committed by
GitHub
Jan 31, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ethclient/gethclient: fix typo (#26580)
fix grammar typo
parent
17017b25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gethclient_test.go
ethclient/gethclient/gethclient_test.go
+2
-2
No files found.
ethclient/gethclient/gethclient_test.go
View file @
78d089b5
...
...
@@ -299,7 +299,7 @@ func testSubscribePendingTransactions(t *testing.T, client *rpc.Client) {
if
err
!=
nil
{
t
.
Fatal
(
err
)
}
// Check that the transaction was sen
d
over the channel
// Check that the transaction was sen
t
over the channel
hash
:=
<-
ch
if
hash
!=
signedTx
.
Hash
()
{
t
.
Fatalf
(
"Invalid tx hash received, got %v, want %v"
,
hash
,
signedTx
.
Hash
())
...
...
@@ -333,7 +333,7 @@ func testSubscribeFullPendingTransactions(t *testing.T, client *rpc.Client) {
if
err
!=
nil
{
t
.
Fatal
(
err
)
}
// Check that the transaction was sen
d
over the channel
// Check that the transaction was sen
t
over the channel
tx
=
<-
ch
if
tx
.
Hash
()
!=
signedTx
.
Hash
()
{
t
.
Fatalf
(
"Invalid tx hash received, got %v, want %v"
,
tx
.
Hash
(),
signedTx
.
Hash
())
...
...
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