@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.
@@ -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];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shakesco/silent",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "Bitcoin Silent Payments",
5
5
  "main": "index.js",
6
6
  "author": "Shawn Kimtai",