We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c375546 commit d8396f8Copy full SHA for d8396f8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@reservoir0x/relay-protocol-sdk",
3
- "version": "0.0.58",
+ "version": "0.0.59",
4
"description": "Relay protocol SDK",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/messages/v2.1/depository-withdrawal.ts
@@ -235,7 +235,7 @@ export const encodeWithdrawal = (
235
domain: Buffer.from(
236
decodedWithdrawal.withdrawal.domain.slice(2),
237
"hex"
238
- ).buffer,
+ ),
239
recipient: new PublicKey(decodedWithdrawal.withdrawal.recipient),
240
token:
241
decodedWithdrawal.withdrawal.token ===
0 commit comments