Skip to content

Commit

Permalink
fix: reverse the order of parameters in the function `compute_mithril…
Browse files Browse the repository at this point in the history
…_stake_distribution_message`
  • Loading branch information
dlachaume committed Oct 8, 2024
1 parent 30cafcc commit f461358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mithril-client-wasm/www-test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ let mithril_stake_distribution_message;
test_number++;
await run_test("compute_mithril_stake_distribution_message", test_number, async () => {
mithril_stake_distribution_message = await client.compute_mithril_stake_distribution_message(
last_certificate_from_chain,
mithril_stake_distribution,
last_certificate_from_chain,
);
console.log("mithril_stake_distribution_message", mithril_stake_distribution_message);
});
Expand Down

0 comments on commit f461358

Please sign in to comment.