Extract kraken websocket client into dedicated module

This commit is contained in:
Thomas Eizinger 2021-03-05 13:37:51 +11:00
parent ed6dc924c9
commit 60d6d50246
No known key found for this signature in database
GPG key ID: 651AC83A6C6C8B96
4 changed files with 192 additions and 184 deletions

View file

@ -22,6 +22,7 @@ pub mod cli;
pub mod database;
pub mod execution_params;
pub mod fs;
pub mod kraken;
pub mod monero;
pub mod network;
pub mod protocol;