Skip to content

Commit

Permalink
Fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Sep 2, 2024
1 parent ae4aef6 commit a665659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/javascript react/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ app.get('/', (req, res) => {
const publicKey = keyPair.getPublicKeyBuffer().toString('hex');
res.send({
privateKey,
publicKey
publicKey,
address: keyPair.getAddress()
});
});

Expand Down

0 comments on commit a665659

Please sign in to comment.