From 32b12a74a1f69ee0234a9ebf9dd14d266e8493f0 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Tue, 1 Aug 2023 21:19:41 +0530 Subject: [PATCH] btcOperator v1.1.4a: bug fix --- btcOperator.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/btcOperator.js b/btcOperator.js index d452bf4..29a5147 100644 --- a/btcOperator.js +++ b/btcOperator.js @@ -1,4 +1,4 @@ -(function (EXPORTS) { //btcOperator v1.1.4 +(function (EXPORTS) { //btcOperator v1.1.4a /* BTC Crypto and API Operator */ const btcOperator = EXPORTS; @@ -462,6 +462,7 @@ n: u.tx_output_n, value: u.value, value_hex: u.value_hex, + confirmations: u.confirmations, script: u.script }))) }).catch(error => reject(error))