Rename nectar to asb (automated swap backend)

This commit is contained in:
Daniel Karzel 2021-02-22 10:24:11 +11:00
parent 374c2d4372
commit fe3d6f1fef
6 changed files with 13 additions and 13 deletions

View file

@ -16,13 +16,13 @@
missing_copy_implementations
)]
pub mod asb;
pub mod bitcoin;
pub mod cli;
pub mod database;
pub mod execution_params;
pub mod fs;
pub mod monero;
pub mod nectar;
pub mod protocol;
pub mod seed;
pub mod trace;