From a91ef3d5163cb8e8b4b1ac24bee528abf176d414 Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Fri, 9 Feb 2018 18:57:25 -0500 Subject: [PATCH] fix typo Former-commit-id: a53a87832df4bf9ade11fbc1a37fe05d23a08590 [formerly 9e485b9ee07748bcab0d0fea33f483fdd5e75845] Former-commit-id: 7ab90df1a1a6e67952b1ee15b1398ab9a9a7fcbe --- sharding/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharding/client.go b/sharding/client.go index 791f15943..fcb3cdec2 100644 --- a/sharding/client.go +++ b/sharding/client.go @@ -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 {