We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5feaa4 commit 04f3c60Copy full SHA for 04f3c60
cardano/onchain/validators/spending_transfer_module.ak
@@ -96,6 +96,8 @@ validator spend_transfer_module(
96
}
97
98
99
+// Verifies the expected amount is added/subtracted from the input,
100
+// preventing dust attack from happening
101
fn validate_output_amount(
102
locked_input: Input,
103
output: Output,
0 commit comments