@fivebinaries/coin-selection
Advanced tools
Comparing version 2.3.0-beta.0 to 2.3.0-beta.1
@@ -184,2 +184,3 @@ "use strict"; | ||
return preparedCertificates; | ||
console.log('preparing certs', certificates); | ||
const stakeKey = accountKey.derive(2).derive(0); | ||
@@ -207,2 +208,3 @@ const stakeCred = CardanoWasm.Credential.from_keyhash(stakeKey.to_raw_key().hash()); | ||
case types_1.CardanoDRepType.KEY_HASH: | ||
console.log('preparing keyhash cert'); | ||
targetDRep = CardanoWasm.DRep.new_key_hash(CardanoWasm.Ed25519KeyHash.from_hex(cert.dRep.keyHash)); | ||
@@ -209,0 +211,0 @@ break; |
@@ -144,2 +144,3 @@ import * as CardanoWasm from '@emurgo/cardano-serialization-lib-nodejs'; | ||
return preparedCertificates; | ||
console.log('preparing certs', certificates); | ||
const stakeKey = accountKey.derive(2).derive(0); | ||
@@ -167,2 +168,3 @@ const stakeCred = CardanoWasm.Credential.from_keyhash(stakeKey.to_raw_key().hash()); | ||
case CardanoDRepType.KEY_HASH: | ||
console.log('preparing keyhash cert'); | ||
targetDRep = CardanoWasm.DRep.new_key_hash(CardanoWasm.Ed25519KeyHash.from_hex(cert.dRep.keyHash)); | ||
@@ -169,0 +171,0 @@ break; |
{ | ||
"name": "@fivebinaries/coin-selection", | ||
"version": "2.3.0-beta.0", | ||
"version": "2.3.0-beta.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
157885
3140