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