Handle changes to address RPC api in bitcoin core 22

fixes #778
This commit is contained in:
softsimon
2021-09-14 19:28:47 +04:00
parent 55f83abca2
commit 8d76798af3
4 changed files with 7 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ interface BisqScriptPubKey {
addresses: string[];
asm: string;
hex: string;
reqSigs: number;
reqSigs?: number;
type: string;
}