From 5b1b205553c3d3c06b048a86fdaef90cb91d0fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:27:07 -0300 Subject: [PATCH] Update keys.js --- app/bitcoin/keys.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bitcoin/keys.js b/app/bitcoin/keys.js index a0d07ba6..b3de60b8 100644 --- a/app/bitcoin/keys.js +++ b/app/bitcoin/keys.js @@ -1,4 +1,4 @@ -const bitcoin = require('bitcoinlib'); +const {PrivateKey, Random, PublicKey} = require('bitcoinlib'); // Generate three key pairs const key1 = bitcoin.ECPair.makeRandom();