From 3050819784ba7bcbbee641d41d7759cc9b260c5b Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Tue, 29 Mar 2022 16:15:47 -0700 Subject: [PATCH] fix(Utxo.get()): Fixing typo --- src/utxo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utxo.js b/src/utxo.js index 0b4fbbc..fd29d3b 100644 --- a/src/utxo.js +++ b/src/utxo.js @@ -127,7 +127,7 @@ class UTXO { thisUtxo.address = thisSlpUtxo.address // tokenQty is property expected by SLP.tokentype1.js library - thisUtxo.tokenQty = thisUtxo.qyStr + thisUtxo.tokenQty = thisUtxo.qtyStr break }