Skip to content

Commit

Permalink
feat(svm): N-05 Ambiguous Parameter Usage for fill_deadline
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Maldonado <[email protected]>
  • Loading branch information
md0x committed Jan 7, 2025
1 parent 1fbad5e commit d2538e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/svm-spoke/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ pub mod svm_spoke {
output_amount: u64,
destination_chain_id: u64,
exclusive_relayer: Pubkey,
fill_deadline: u32,
fill_deadline_offset: u32,
exclusivity_parameter: u32,
message: Vec<u8>,
) -> Result<()> {
Expand All @@ -304,7 +304,7 @@ pub mod svm_spoke {
output_amount,
destination_chain_id,
exclusive_relayer,
fill_deadline,
fill_deadline_offset,
exclusivity_parameter,
message,
)
Expand Down

0 comments on commit d2538e6

Please sign in to comment.