From 8128a325a967d86ccdf8c3680a5c6add8f93c09e Mon Sep 17 00:00:00 2001 From: thloyi Date: Mon, 5 Jan 2026 11:55:44 +0800 Subject: [PATCH] add instr sol transfer and cufee --- system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.go b/system.go index fbf3a17..06dfd7e 100644 --- a/system.go +++ b/system.go @@ -35,7 +35,7 @@ func TransferParser(result *RawTx, instruction Instruction, offset [2]uint, tx * to := result.accountList[instruction.Accounts[1]] if offset[1] == 0 { - tx.Transfer = append(tx.Transfer, SolTransfer{ + tx.SolTransfer = append(tx.SolTransfer, SolTransfer{ From: from, To: to, Amount: decimal.NewFromInt(int64(lamports)), // solana decimals