Former-commit-id: a53a87832df4bf9ade11fbc1a37fe05d23a08590 [formerly 9e485b9ee07748bcab0d0fea33f483fdd5e75845]
Former-commit-id: 7ab90df1a1a6e67952b1ee15b1398ab9a9a7fcbe
This commit is contained in:
Preston Van Loon 2018-02-09 18:57:25 -05:00
parent b840bdb1a4
commit a91ef3d516

View File

@ -165,7 +165,7 @@ func (c *Client) createTXOps(value *big.Int) (bind.TransactOpts, error) {
}
// Account to use for sharding transations.
// Account to use for sharding transactions.
func (c *Client) Account() (*accounts.Account, error) {
accounts := c.keystore.Accounts()
if len(accounts) == 0 {