Merge pull request #4786 from mempool/simon/remove-bisq

Removing Bisq
This commit is contained in:
wiz
2024-04-02 15:06:23 +09:00
committed by GitHub
128 changed files with 57 additions and 8764 deletions

View File

@@ -36,7 +36,6 @@ export interface WebsocketResponse {
'track-rbf'?: string;
'track-rbf-summary'?: boolean;
'watch-mempool'?: boolean;
'track-bisq-market'?: string;
'refresh-blocks'?: boolean;
}