Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62c313d4a1 |
@@ -214,7 +214,7 @@ func ParseTransactionWithHandler(ctx context.Context, versioned VersionedTransac
|
|||||||
cuPriceUint64 := binary.LittleEndian.Uint64(instruction.Data[1:9])
|
cuPriceUint64 := binary.LittleEndian.Uint64(instruction.Data[1:9])
|
||||||
cuPrice = formatCUPrice(cuPriceUint64)
|
cuPrice = formatCUPrice(cuPriceUint64)
|
||||||
} else if len(instruction.Data) == 5 && instruction.Data[0] == 0x02 {
|
} else if len(instruction.Data) == 5 && instruction.Data[0] == 0x02 {
|
||||||
cuLimit = binary.LittleEndian.Uint32(instruction.Data[1:4])
|
cuLimit = binary.LittleEndian.Uint32(instruction.Data[1:5])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if program.Equals(solana.SystemProgramID) &&
|
if program.Equals(solana.SystemProgramID) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user