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 get_output_mana_rewards, clippy #2246

Merged
merged 1 commit into from
May 8, 2024

Conversation

Thoralf-M
Copy link
Member

Description of change

Fix get_output_mana_rewards, the slot query param was wrong (slotIndex instead of slot, clippy

Type of change

  • Bug fix (a non-breaking change which fixes an issue)

How the change has been tested

        const commitment = await client.getOutputManaRewards(
            '0x980709653c07932d28dfeda348243e92de5d1bb7ca9cffbfac069c214ef271a9000000000300',
            300000,
        );
        console.log(commitment);

@Thoralf-M Thoralf-M marked this pull request as ready for review May 8, 2024 09:30
@Thoralf-M Thoralf-M merged commit f537f51 into iotaledger:2.0 May 8, 2024
37 checks passed
@Thoralf-M Thoralf-M deleted the fix-get-output-mana-rewards branch May 8, 2024 13:41
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