@solana/web3.js 1.67.1 → 1.67.2

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.
@@ -6013,7 +6013,7 @@ class Connection {
6013
6013
 
6014
6014
 
6015
6015
  async getFeeForMessage(message, commitment) {
6016
- const wireMessage = message.serialize().toString('base64');
6016
+ const wireMessage = toBuffer(message.serialize()).toString('base64');
6017
6017
 
6018
6018
  const args = this._buildArgs([wireMessage], commitment);
6019
6019