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

Commit

Permalink
Fix keys random
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Apr 26, 2024
1 parent d1faee6 commit a847daa
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 {PrivateKey, Random, PublicKey} = require('bitcoinjs-lib');
import {PrivateKey, Random, PublicKey} = require('bitcoinjs-lib');

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

0 comments on commit a847daa

Please sign in to comment.