Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r committed Aug 1, 2024
1 parent 0dac33e commit 3f97f25
Show file tree
Hide file tree
Showing 2 changed files with 484 additions and 320 deletions.
2 changes: 1 addition & 1 deletion src/blockchain/solana.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub struct Solana {

impl Solana {
/// If desired, it is possible to instantiate directly instead of using this method.
pub fn new(rt: Option<RequestThrottling>) -> Self {
pub const fn new(rt: Option<RequestThrottling>) -> Self {
Self { rt }
}

Expand Down
Loading

0 comments on commit 3f97f25

Please sign in to comment.