mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-25 06:48:05 +00:00
fix payer
This commit is contained in:
+1
-1
@@ -279,7 +279,7 @@ impl PumpFun {
|
|||||||
}
|
}
|
||||||
|
|
||||||
instructions.push(instruction::buy(
|
instructions.push(instruction::buy(
|
||||||
self.payer.as_ref(),
|
&self.payer.clone(),
|
||||||
mint,
|
mint,
|
||||||
&global_account.fee_recipient,
|
&global_account.fee_recipient,
|
||||||
instruction::Buy {
|
instruction::Buy {
|
||||||
|
|||||||
Reference in New Issue
Block a user