Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed May 14, 2024
1 parent bcc9f8d commit da64255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ describe('e2e_fees_account_init', () => {
// docs:start:register-recipient
const signingPubKey = new Schnorr().computePublicKey(bobsPrivateSigningKey);
const completeAddress = CompleteAddress.fromSecretKeyAndInstance(bobsSecretKey, instance);

// alice registers the keys in the PXE
await pxe.registerRecipient(completeAddress);
// docs:end:register-recipient
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/p2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@
"engines": {
"node": ">=18"
}
}
}

0 comments on commit da64255

Please sign in to comment.