good morning!!!!

Skip to content
Snippets Groups Projects
Commit c1e3fe6b authored by YOSHIDA Masanori's avatar YOSHIDA Masanori Committed by Péter Szilágyi
Browse files

ethereum: fix typo in interfaces.go (#18266)

* Fix typo in interfaces.go

* Update interfaces.go
parent 2fdff338
Branches
Tags
No related merge requests found
......@@ -146,7 +146,7 @@ type FilterQuery struct {
// {{A}} matches topic A in first position
// {{}, {B}} matches any topic in first position, B in second position
// {{A}, {B}} matches topic A in first position, B in second position
// {{A, B}}, {C, D}} matches topic (A OR B) in first position, (C OR D) in second position
// {{A, B}, {C, D}} matches topic (A OR B) in first position, (C OR D) in second position
Topics [][]common.Hash
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment