mirror of
https://github.com/btcsuite/btcd.git
synced 2025-01-18 21:32:30 +01:00
Return filter in handleGetCBFilter()
This commit is contained in:
parent
cd7857b883
commit
618306116b
@ -2165,7 +2165,7 @@ func handleGetCBFilter(s *rpcServer, cmd interface{}, closeChan <-chan struct{})
|
||||
}
|
||||
}
|
||||
|
||||
return nil, nil
|
||||
return hex.EncodeToString(filterBytes), nil
|
||||
}
|
||||
|
||||
// handleGetConnectionCount implements the getconnectioncount command.
|
||||
|
Loading…
Reference in New Issue
Block a user