Update rpcserver.go

correct comment typo
This commit is contained in:
Alex Bosworth 2016-12-13 13:49:52 -08:00 committed by GitHub
parent 7a4cc89bbc
commit 602232500e

View file

@ -308,7 +308,7 @@ func rpcDecodeHexError(gotHex string) *btcjson.RPCError {
} }
// rpcNoTxInfoError is a convenience function for returning a nicely formatted // 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. // transaction hash.
func rpcNoTxInfoError(txHash *chainhash.Hash) *btcjson.RPCError { func rpcNoTxInfoError(txHash *chainhash.Hash) *btcjson.RPCError {
return btcjson.NewRPCError(btcjson.ErrRPCNoTxInfo, return btcjson.NewRPCError(btcjson.ErrRPCNoTxInfo,