Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Update keys.js
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Jan 25, 2024
1 parent 6a7a644 commit 5b1b205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bitcoin/keys.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const bitcoin = require('bitcoinlib');
const {PrivateKey, Random, PublicKey} = require('bitcoinlib');

// Generate three key pairs
const key1 = bitcoin.ECPair.makeRandom();
Expand Down

0 comments on commit 5b1b205

Please sign in to comment.