Merge pull request #25741 from isLishude/patch-1

fix: add witness field to interface In
This commit is contained in:
Ron Buckton
2018-05-14 16:40:33 -07:00
committed by GitHub

View File

@@ -23,6 +23,7 @@ export interface In {
hash: Buffer;
index: number;
sequence: number;
witness: Buffer[];
}
export interface Network {