@shakesco/silent 1.0.9 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/classes/CreateOutput.js +1 -1
- package/package.json +1 -1
package/classes/CreateOutput.js
CHANGED
|
@@ -107,7 +107,7 @@ class SilentPaymentBuilder {
|
|
|
107
107
|
for (const silentPaymentDestination of silentPaymentDestinations) {
|
|
108
108
|
const B_scan = silentPaymentDestination.B_scan;
|
|
109
109
|
network = silentPaymentDestination.network;
|
|
110
|
-
const scanPubkey = B_scan;
|
|
110
|
+
const scanPubkey = B_scan.encodeCompressed("hex");
|
|
111
111
|
|
|
112
112
|
if (silentPaymentGroups[scanPubkey]) {
|
|
113
113
|
const group = silentPaymentGroups[scanPubkey];
|