Add type instance check tests

This commit is contained in:
junderw 2019-07-05 12:51:13 +09:00
parent 14eeb309df
commit 51133c8051
No known key found for this signature in database
GPG key ID: B256185D3A971908
3 changed files with 42 additions and 5 deletions
ts_src

View file

@ -180,7 +180,10 @@ export class Psbt extends PsbtBase {
});
return self.__TX.toBuffer();
};
return super.addInput(inputData, inputAdder);
super.addInput(inputData, inputAdder);
this.__FEE_RATE = undefined;
this.__EXTRACTED_TX = undefined;
return this;
}
addOutput(outputData: TransactionOutput): this {
@ -211,7 +214,10 @@ export class Psbt extends PsbtBase {
});
return self.__TX.toBuffer();
};
return super.addOutput(outputData, true, outputAdder);
super.addOutput(outputData, true, outputAdder);
this.__FEE_RATE = undefined;
this.__EXTRACTED_TX = undefined;
return this;
}
addNonWitnessUtxoToInput(