Skip to content

Commit d1d726c

Browse files
committed
chore: fix lint issues
1 parent ffda11c commit d1d726c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

binary-codec/types/hash256.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Package types contains data structures for binary codec operations.
2+
// revive:disable:var-naming
23
package types
34

45
// Hash256 struct represents a 256-bit hash.

xrpl/wallet/types/errors.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Package types contains data structures for wallet operations and batch signing.
2+
// revive:disable:var-naming
13
package types
24

35
import "errors"

0 commit comments

Comments
 (0)