We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482e088 commit b01a3b4Copy full SHA for b01a3b4
1 file changed
lib/validation.ts
@@ -124,9 +124,6 @@ export class ValidatorType1 {
124
this.cachedRawTransactions.set(txid, res);
125
}
126
if (this.cachedRawTransactions.has(txid)) {
127
- if (this.cachedRawTransactions.get(txid)!.length < 60) {
128
- throw Error("Valid transaction data not provided.");
129
- }
130
return this.cachedRawTransactions.get(txid)!;
131
132
throw Error("Transaction data not provided (null or undefined).");
0 commit comments