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 2236c6d9a6
commit 3e788ecbf9
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;
}