Skip to content

Commit e5f9829

Browse files
committed
Fix SellAndDepositIntoVmInstruction account flags
1 parent 46fee13 commit e5f9829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/solana/currencycreator/instructions_sell_and_deposit_into_vm.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ func NewSellAndDepositIntoVmInstruction(
102102
},
103103
{
104104
PublicKey: accounts.FeeTarget,
105-
IsWritable: true,
105+
IsWritable: false,
106106
IsSigner: false,
107107
},
108108
{
109109
PublicKey: accounts.FeeBase,
110-
IsWritable: false,
110+
IsWritable: true,
111111
IsSigner: false,
112112
},
113113

0 commit comments

Comments
 (0)