btcjson: add ErrRPCNoCFIndex for cases when cfindex is disabled
This commit is contained in:
parent
5ab49ca22c
commit
09723f4800
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ const (
|
||||||
ErrRPCDifficulty RPCErrorCode = -5
|
ErrRPCDifficulty RPCErrorCode = -5
|
||||||
ErrRPCOutOfRange RPCErrorCode = -1
|
ErrRPCOutOfRange RPCErrorCode = -1
|
||||||
ErrRPCNoTxInfo RPCErrorCode = -5
|
ErrRPCNoTxInfo RPCErrorCode = -5
|
||||||
|
ErrRPCNoCFIndex RPCErrorCode = -5
|
||||||
ErrRPCNoNewestBlockInfo RPCErrorCode = -5
|
ErrRPCNoNewestBlockInfo RPCErrorCode = -5
|
||||||
ErrRPCInvalidTxVout RPCErrorCode = -5
|
ErrRPCInvalidTxVout RPCErrorCode = -5
|
||||||
ErrRPCRawTxString RPCErrorCode = -32602
|
ErrRPCRawTxString RPCErrorCode = -32602
|
||||||
|
|
Loading…
Add table
Reference in a new issue