Skip to content

Commit 5341dcb

Browse files
committed
add clarifying PR
1 parent 41b5d45 commit 5341dcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yarn-project/ethereum/src/contracts/registry.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ describe('Registry', () => {
6464
'zkPassportVerifierAddress',
6565
);
6666
// Updating the coin issuer address to the deployer address bc we don't yet set CoinIssuer contract as the owner of the fee asset
67+
// TODO: should remove once #16630 is merged
6768
deployedAddresses.coinIssuerAddress = EthAddress.fromString(privateKey.address);
6869
registry = new RegistryContract(l1Client, deployedAddresses.registryAddress);
6970

0 commit comments

Comments
 (0)