@rosen-chains/cardano
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -797,3 +797,3 @@ import * as CardanoWasm from '@emurgo/cardano-serialization-lib-nodejs'; | ||
const utxoInfo = inputs.get(i); | ||
const boxId = `${utxoInfo.transaction_id().to_hex()}.${utxoInfo.index}`; | ||
const boxId = `${utxoInfo.transaction_id().to_hex()}.${utxoInfo.index()}`; | ||
inputBoxes.push(await this.network.getUtxo(boxId)); | ||
@@ -800,0 +800,0 @@ } |
{ | ||
"name": "@rosen-chains/cardano", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "this project contains cardano chain for Rosen-bridge", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
331700