aboutsummaryrefslogtreecommitdiff
path: root/balance.go
diff options
context:
space:
mode:
Diffstat (limited to 'balance.go')
-rw-r--r--balance.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/balance.go b/balance.go
index e589889..9845bed 100644
--- a/balance.go
+++ b/balance.go
@@ -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"`