From 8008821ff0adb2d5344b9ef15f3fdd057bb26dfd Mon Sep 17 00:00:00 2001 From: Afanti Date: Mon, 1 Mar 2021 20:47:19 +0800 Subject: [PATCH] typo fix (#438) --- relayer/chain.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/relayer/chain.go b/relayer/chain.go index 3c1bc1173..469b9ca8e 100644 --- a/relayer/chain.go +++ b/relayer/chain.go @@ -67,7 +67,7 @@ type Chain struct { timeout time.Duration debug bool - // stores facuet addresses that have been used reciently + // stores faucet addresses that have been used reciently faucetAddrs map[string]time.Time } @@ -412,7 +412,7 @@ func lightDir(home string) string { return path.Join(home, "light") } -// GetAddress returns the sdk.AccAddress associated with the configred key +// GetAddress returns the sdk.AccAddress associated with the configured key func (c *Chain) GetAddress() (sdk.AccAddress, error) { defer c.UseSDKContext()() if c.address != nil {