@solana/web3.js 1.66.3 → 1.66.4

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/lib/index.iife.js CHANGED
@@ -12315,7 +12315,7 @@ var solanaWeb3 = (function (exports) {
12315
12315
  return false;
12316
12316
  }
12317
12317
  } else {
12318
- if (!verify(signature, signData, publicKey.toBuffer())) {
12318
+ if (!verify(signature, signData, publicKey.toBytes())) {
12319
12319
  return false;
12320
12320
  }
12321
12321
  }