@hawksightco/hawk-sdk
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -109,5 +109,8 @@ "use strict"; | ||
this.requiredSigners = this.getRequiredSigners(); | ||
if (typeof this.requiredSigners[payerKey.toString()] !== "boolean") { | ||
throw new Error(`Warning: The payer ${payerKey} is not one of the required signers of this transaction.`); | ||
} | ||
// // Commented to allow payer to be a non required signer within the transaction | ||
// if (typeof this.requiredSigners[payerKey.toString()] !== "boolean") { | ||
// throw new Error( | ||
// `Warning: The payer ${payerKey} is not one of the required signers of this transaction.` | ||
// ); | ||
// } | ||
} | ||
@@ -114,0 +117,0 @@ /** |
{ | ||
"name": "@hawksightco/hawk-sdk", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "Hawksight v2 SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
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
118835
2118