Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ISA for Restricted NFT/Account addresses #1743

Conversation

thibault-martinez
Copy link
Member

No description provided.

Thoralf-M
Thoralf-M previously approved these changes Dec 5, 2023
@thibault-martinez thibault-martinez merged commit 677c2f5 into iotaledger:2.0 Dec 5, 2023
30 of 31 checks passed
@thibault-martinez thibault-martinez deleted the fix-isa-restricted-nft-account branch December 5, 2023 14:59
@@ -1853,7 +1853,7 @@ fn restricted_account() {
let restricted = Address::from(RestrictedAddress::new(account_address.clone()).unwrap());

let inputs = build_inputs([
Basic(2_000_000, restricted, None, None, None, None, None, None),
Basic(3_000_000, restricted, None, None, None, None, None, None),
Copy link
Contributor

Choose a reason for hiding this comment

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

This wasn't working before, or why did it change?

Copy link
Member Author

Choose a reason for hiding this comment

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

It was working but without triggering the part of the code I actually wanted to test

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.

5 participants