Skip to content

Commit e51b683

Browse files
committed
add 3 types of sig verification
1 parent b0fe30b commit e51b683

File tree

4 files changed

+309
-34
lines changed

4 files changed

+309
-34
lines changed

.golangci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ linters:
77
- errcheck
88
- revive
99
- gocritic
10+
- testifylint
1011

1112
linters-settings:
1213
goimports:

internal/api/mocks.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ func (q ReflectCustom) Query(request json.RawMessage) ([]byte, error) {
536536
return json.Marshal(resp)
537537
}
538538

539-
//************ test code for mocks *************************//
539+
// ************ test code for mocks *************************//
540540

541541
func TestBankQuerierAllBalances(t *testing.T) {
542542
addr := "foobar"

0 commit comments

Comments
 (0)