Skip to content

Commit 099af2d

Browse files
committed
fix typo
1 parent 69db36b commit 099af2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executors/ethereum/interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type SafeContractWrapper interface {
2828
BatchesCount(opts *bind.CallOpts) (uint64, error)
2929
}
3030

31-
// KlvDataGetter defines the operations for the data getter operating on Klever Blockchain chain
31+
// KlvDataGetter defines the operations for the data getter operating on Klever Blockchain
3232
type KlvDataGetter interface {
3333
GetAllKnownTokens(ctx context.Context) ([][]byte, error)
3434
GetERC20AddressForTokenId(ctx context.Context, tokenId []byte) ([][]byte, error)

0 commit comments

Comments
 (0)