From 602232500e50bc3b7f1e3d606331ef14d6f3e1ef Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Tue, 13 Dec 2016 13:49:52 -0800 Subject: [PATCH] Update rpcserver.go correct comment typo --- rpcserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcserver.go b/rpcserver.go index 97f2d944..77bc7f08 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -308,7 +308,7 @@ func rpcDecodeHexError(gotHex string) *btcjson.RPCError { } // rpcNoTxInfoError is a convenience function for returning a nicely formatted -// RPC error which indiactes there is no information available for the provided +// RPC error which indicates there is no information available for the provided // transaction hash. func rpcNoTxInfoError(txHash *chainhash.Hash) *btcjson.RPCError { return btcjson.NewRPCError(btcjson.ErrRPCNoTxInfo,