@hawksightco/hawk-sdk 1.2.110 → 1.2.111
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.
|
@@ -210,8 +210,8 @@ class IyfMainIxGenerator {
|
|
|
210
210
|
})
|
|
211
211
|
.remainingAccounts(ix.keys.slice(2))
|
|
212
212
|
.instruction();
|
|
213
|
-
// Retain the
|
|
214
|
-
wrapIx.keys[1].
|
|
213
|
+
// Retain the mutable status of the authority
|
|
214
|
+
wrapIx.keys[1].isWritable = ix.keys[1].isWritable;
|
|
215
215
|
// Generate iyf extension instruction
|
|
216
216
|
return wrapIx;
|
|
217
217
|
});
|