Skip to content

Commit

Permalink
improved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Sep 25, 2023
1 parent d703c49 commit 9ffb3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/end-to-end/src/e2e_2_rpc_servers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('e2e_2_rpc_servers', () => {
// Add account A to wallet B
await aztecRpcServerB.registerRecipient(userA);

// Add token to RPC server B
// Add token to RPC server B (RPC server A already has it because it was deployed through it)
await aztecRpcServerB.addContracts([
{
abi: TokenContract.abi,
Expand Down Expand Up @@ -218,7 +218,7 @@ describe('e2e_2_rpc_servers', () => {
// Add account A to wallet B
await aztecRpcServerB.registerRecipient(userA);

// Add token to RPC server B
// Add token to RPC server B (RPC server A already has it because it was deployed through it)
await aztecRpcServerB.addContracts([
{
abi: TokenContract.abi,
Expand Down

0 comments on commit 9ffb3a5

Please sign in to comment.