Skip to content

Commit 83be38f

Browse files
committed
linter
1 parent 4088178 commit 83be38f

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

sdk-clients/fusionplus/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ type Client struct {
1010
}
1111

1212
type api struct {
13-
chainId uint64
1413
httpExecutor common.HttpExecutor
1514
}
1615

sdk-clients/fusionplus/escrowextension_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package fusionplus
22

33
import (
4-
"bytes"
54
"fmt"
65
"math/big"
76
"testing"
@@ -244,8 +243,3 @@ func TestEncodeExtraData(t *testing.T) {
244243
})
245244
}
246245
}
247-
248-
// contains checks if the substring is present in the string.
249-
func contains(s, substr string) bool {
250-
return bytes.Contains([]byte(s), []byte(substr))
251-
}

sdk-clients/fusionplus/settlementpostinteractiondatafusion.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ type SettlementPostInteractionDataFusion struct {
2222
CustomReceiver common.Address
2323
}
2424

25-
var uint16MaxFusion = new(big.Int).Sub(new(big.Int).Lsh(big.NewInt(1), 16), big.NewInt(1))
26-
2725
func NewSettlementPostInteractionDataFusion(data SettlementSuffixDataFusion) (*SettlementPostInteractionDataFusion, error) {
2826
if len(data.Whitelist) == 0 {
2927
return nil, errors.New("whitelist cannot be empty")

0 commit comments

Comments
 (0)