mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-24 15:02:32 +00:00
btcjson: add ErrRPCNoCFIndex for cases when cfindex is disabled
This commit is contained in:
parent
5ab49ca22c
commit
09723f4800
@ -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…
x
Reference in New Issue
Block a user