We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35163b5 commit 43e27d0Copy full SHA for 43e27d0
modules/sdk-coin-hbar/src/hbar.ts
@@ -301,7 +301,7 @@ export class Hbar extends BaseCoin {
301
}
302
303
304
- // Strict validation: allow 0 outputs or exactly 1 output with amount 0
+ // Strict validation: allow exactly 1 output with amount 0
305
private validateTxStructureStrict(ex: TransactionExplanation): void {
306
if (!ex.outputs || ex.outputs.length === 0) {
307
throw new Error('Invalid token enablement transaction: missing required token association output');
0 commit comments