@burstjs/core
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -24,3 +24,3 @@ "use strict"; | ||
deadline: 1440, | ||
feeNQT: util_1.convertNumberToString(fee), | ||
feeNQT: util_1.convertNumberToNQTString(fee), | ||
}; | ||
@@ -27,0 +27,0 @@ const { unsignedTransactionBytes: unsignedHexMessage } = yield service.send('sendMessage', parameters); |
{ | ||
"name": "@burstjs/core", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Burst-related functions and models for building Burstcoin applications.", | ||
@@ -44,5 +44,5 @@ "contributors": [ | ||
"dependencies": { | ||
"@burstjs/crypto": "^0.0.13", | ||
"@burstjs/http": "^0.0.13", | ||
"@burstjs/util": "^0.0.13" | ||
"@burstjs/crypto": "^0.0.14", | ||
"@burstjs/http": "^0.0.14", | ||
"@burstjs/util": "^0.0.14" | ||
}, | ||
@@ -54,3 +54,3 @@ "husky": { | ||
}, | ||
"gitHead": "d270043990cbfc28dd72c675499b4502eb7a1c40", | ||
"gitHead": "52816c035b215eeff299acec2dc9877ec69622ae", | ||
"publishConfig": { | ||
@@ -57,0 +57,0 @@ "access": "public" |
@@ -11,3 +11,3 @@ /** | ||
import { generateSignedTransactionBytes } from '@burstjs/crypto'; | ||
import { convertNumberToString } from '@burstjs/util'; | ||
import { convertNumberToNQTString } from '@burstjs/util'; | ||
@@ -45,3 +45,3 @@ /** | ||
deadline: 1440, // which deadline? | ||
feeNQT: convertNumberToString(fee), | ||
feeNQT: convertNumberToNQTString(fee), | ||
}; | ||
@@ -53,3 +53,3 @@ | ||
throw new Error('The signed message could not be verified! Message not broadcasted!'); | ||
} | ||
} | ||
@@ -59,2 +59,1 @@ const signedMessage = generateSignedTransactionBytes(unsignedHexMessage, signature); | ||
}; | ||
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
108679
+ Added@burstjs/crypto@0.0.14(transitive)
+ Added@burstjs/http@0.0.14(transitive)
+ Added@burstjs/util@0.0.14(transitive)
- Removed@burstjs/crypto@0.0.13(transitive)
- Removed@burstjs/http@0.0.13(transitive)
- Removed@burstjs/util@0.0.13(transitive)
Updated@burstjs/crypto@^0.0.14
Updated@burstjs/http@^0.0.14
Updated@burstjs/util@^0.0.14