@marinade.finance/web3js-common
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@marinade.finance/web3js-common", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Web3 JS reusable utilities", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -217,3 +217,4 @@ "use strict"; | ||
} | ||
lastValidTransaction = checkingTransaction; | ||
lastValidTransaction = await getTransaction(feePayerDefined, blockhash); | ||
checkingTransaction.instructions.forEach(ix => lastValidTransaction.add(ix)); | ||
} | ||
@@ -220,0 +221,0 @@ if (lastValidTransaction.instructions.length !== 0) { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41056
633