fix: test
This commit is contained in:
@@ -96,7 +96,7 @@ func parseRaydiumLaunchLabCreate(tx VersionedTransaction, instruction Instructio
|
||||
}
|
||||
|
||||
func parseRaydiumLaunchLabSwap(tx VersionedTransaction, instruction Instructions, isBuy bool, exactIn bool) (*TxSignal, error) {
|
||||
if len(instruction.Accounts) < 10 {
|
||||
if len(instruction.Accounts) < 11 {
|
||||
return nil, fmt.Errorf("accounts too short")
|
||||
}
|
||||
if len(instruction.Data) < 24 {
|
||||
|
||||
Reference in New Issue
Block a user