Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
“VincentCai” committed May 21, 2024
2 parents 1774267 + 6642073 commit 74e3662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huobi/model/account/balance.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ def print_object(self, format_data=""):
PrintBasic.print_basic(self.currency, format_data + "Currency")
PrintBasic.print_basic(self.type, format_data + "Balance Type")
PrintBasic.print_basic(self.balance, format_data + "Balance")
PrintBasic.print_basic(self.seqNum, format_data + "Sequence Number")
PrintBasic.print_basic(self.seq_num, format_data + "Sequence Number")

0 comments on commit 74e3662

Please sign in to comment.