iotaledger / iota-sdk

The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs.
Apache License 2.0
54 stars 39 forks source link

Fix get_output_mana_rewards, clippy #2246

Closed Thoralf-M closed 1 month ago

Thoralf-M commented 1 month ago

Description of change

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

Type of change

How the change has been tested

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