Skip to content

Commit

Permalink
add 'version' to PUBLIC_METHODS
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Oct 30, 2023
1 parent 8d0a583 commit bc68a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm2src/mm2_main/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const PUBLIC_METHODS: &[Option<&str>] = &[
Some("stats_swap_status"),
Some("tradesarray"),
Some("ticker"),
Some("version"),
None,
];

Expand Down

0 comments on commit bc68a00

Please sign in to comment.