btcjson: add ErrRPCNoCFIndex for cases when cfindex is disabled

This commit is contained in:
Alex 2017-08-29 15:23:44 -06:00 committed by Olaoluwa Osuntokun
parent 5ab49ca22c
commit 09723f4800

View file

@ -71,6 +71,7 @@ const (
ErrRPCDifficulty RPCErrorCode = -5
ErrRPCOutOfRange RPCErrorCode = -1
ErrRPCNoTxInfo RPCErrorCode = -5
ErrRPCNoCFIndex RPCErrorCode = -5
ErrRPCNoNewestBlockInfo RPCErrorCode = -5
ErrRPCInvalidTxVout RPCErrorCode = -5
ErrRPCRawTxString RPCErrorCode = -32602