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

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

0 comments on commit bd30b1a

Please sign in to comment.