Small fixes (#117)

* small fixes

* gofmt
This commit is contained in:
Anastasia Prasolova 2019-01-22 15:14:40 +03:00 committed by Anthony De Meulemeester
parent 74f0019df2
commit 77296f6481
6 changed files with 74 additions and 15 deletions

View file

@ -30,7 +30,7 @@ type Client struct {
ctx context.Context
version string
Wif *wallet.WIF
Balancer BalanceGetter
Balancer BalanceGetter
}
// ClientOptions defines options for the RPC client.