Skip to content

Conversation

@akarath
Copy link
Contributor

@akarath akarath commented Jan 20, 2026

JIRA: COIN-7292

@akarath akarath changed the title fix(ada): token verifytransaction fix(sdk-coin-ada): token verifytransaction Jan 20, 2026
throw new Error('cannot find recipient in expected output');
}
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please add the consolidation IF case as well so that we do not have to remember this touchpoint in single asset consolidation of tokens?

const txJson = transaction.toJson();

if (txParams.recipients !== undefined) {
const policyScriptHash = CardanoWasm.ScriptHash.from_hex(this.tokenConfig.policyId);
Copy link
Contributor

@Ranjna-G Ranjna-G Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This policyId might have the encoded asset name as the suffix whereas the output.assets might have just the policy id, can we ensure this case is handled ?

@BitGo BitGo deleted a comment from Ranjna-G Jan 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants