mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
fix typo
Former-commit-id: a53a87832df4bf9ade11fbc1a37fe05d23a08590 [formerly 9e485b9ee07748bcab0d0fea33f483fdd5e75845] Former-commit-id: 7ab90df1a1a6e67952b1ee15b1398ab9a9a7fcbe
This commit is contained in:
parent
b840bdb1a4
commit
a91ef3d516
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user