Update rpcserver.go
correct comment typo
This commit is contained in:
parent
7a4cc89bbc
commit
602232500e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue