Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: TripleZ <[email protected]>
  • Loading branch information
Triple-Z committed Sep 18, 2024
1 parent 975c743 commit d65cceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/icbc/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (icbc *Icbc) translateToOrders(array []string) error {
bill.Balances, _ = strconv.ParseFloat(strings.ReplaceAll(array[11], ",", ""), 64)
bill.PeerAccountName = array[12]
case DebitMode:
debitBillVersion := 1
var debitBillVersion int32
if len(array) == 14 {
debitBillVersion = 1
} else if len(array) == 16 {
Expand Down

0 comments on commit d65cceb

Please sign in to comment.