diff options
Diffstat (limited to 'balance.go')
| -rw-r--r-- | balance.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ import "github.com/shuLhan/share/lib/math/big" // Balance contains the current user balances. type Balance struct { - response + Response // Current balance before settlement. Current *big.Rat `json:"balance"` |
