Skip to content

Commit

Permalink
Add ERC20NEXT_DRIVER to ERC20_DRIVER
Browse files Browse the repository at this point in the history
  • Loading branch information
kamirr committed Oct 23, 2023
1 parent a60f414 commit 718da7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golem_cli/src/command/yagna.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ lazy_static! {
name: "erc20next",
}
};
pub static ref DRIVERS: Vec<&'static PaymentDriver> = vec![&ERC20_DRIVER];
pub static ref DRIVERS: Vec<&'static PaymentDriver> = vec![&ERC20_DRIVER, &ERC20NEXT_DRIVER];
}

impl PaymentDriver {
Expand Down

0 comments on commit 718da7d

Please sign in to comment.