Skip to content

Commit b07aaa8

Browse files
committed
Fix updateMetadata helper in JS client
1 parent f5d5778 commit b07aaa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clients/js/src/updateMetadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export function getUpdateMetadataInstructionPlanUsingBuffer(
208208
writePlan.plans.push(
209209
getWriteInstructionPlan({
210210
buffer: input.buffer.address,
211-
authority: input.buffer,
211+
authority: input.authority,
212212
offset,
213213
data: input.data.slice(offset, offset + input.chunkSize),
214214
priorityFees: input.priorityFees,

0 commit comments

Comments
 (0)