GetCBFilter RPC returns a string, not a []byte
This commit is contained in:
parent
f6dff40733
commit
cd7857b883
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ var rpcResultTypes = map[string][]interface{}{
|
|||
"getblockheader": {(*string)(nil), (*btcjson.GetBlockHeaderVerboseResult)(nil)},
|
||||
"getblocktemplate": {(*btcjson.GetBlockTemplateResult)(nil), (*string)(nil), nil},
|
||||
"getblockchaininfo": {(*btcjson.GetBlockChainInfoResult)(nil)},
|
||||
"getcbfilter": {(*[]byte)(nil)},
|
||||
"getcbfilter": {(*string)(nil)},
|
||||
"getconnectioncount": {(*int32)(nil)},
|
||||
"getcurrentnet": {(*uint32)(nil)},
|
||||
"getdifficulty": {(*float64)(nil)},
|
||||
|
|
Loading…
Reference in a new issue