Skip to content

Commit

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

app.ECPair.fromWIF(address);
app.listen(port, () => console.log(`Example app listening on port ${port}!`));

0 comments on commit b1a5349

Please sign in to comment.