CRC: cleanup comments

Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
This commit is contained in:
Jacinta Ferrant
2024-02-19 09:36:07 -05:00
parent 0b08bf7d98
commit 14a15a682d
6 changed files with 112 additions and 118 deletions

View File

@@ -471,7 +471,7 @@ impl SignerTest {
0,
)
.expect("FATAL: failed to build vote for aggregate public key");
// TODO: add invalid contract calls (one with non cast-vote-aggregate-key function call and one with invalid function args)
// TODO: add invalid contract calls (one with non 'vote-for-aggregate-public-key' function call and one with invalid function args)
vec![invalid_nonce_tx, invalid_signer_tx]
}