Skip to content

Commit

Permalink
Update solidity/test/zeto_anon_enc_nullifier_non_repudiation.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Chengxuan Xing <[email protected]>
Signed-off-by: jimthematrix <[email protected]>
  • Loading branch information
jimthematrix and Chengxuan committed Aug 15, 2024
1 parent 53dd9a9 commit 5be9380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/test/zeto_anon_enc_nullifier_non_repudiation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe("Zeto based fungible token with anonymity using nullifiers and encrypti
await smtBob.add(utxo100.hash, utxo100.hash);
});

it("mint to Alice and transfer UTXOs honestly to Bob should succeed", async function () {
it("mint to Alice and transfer UTXOs honestly to Bob should succeed and verifiable by the regulator", async function () {
// The authority mints a new UTXO and assigns it to Alice
utxo1 = newUTXO(10, Alice);
utxo2 = newUTXO(20, Alice);
Expand Down

0 comments on commit 5be9380

Please sign in to comment.