Move substrate/serai/* to substrate/*

This commit is contained in:
Luke Parker
2023-04-08 03:00:35 -04:00
parent bd06b95c05
commit 7abc8f19cd
41 changed files with 17 additions and 17 deletions

View File

@@ -0,0 +1 @@
// TODO: Test the address back and forth

View File

@@ -0,0 +1,5 @@
#[cfg(feature = "bitcoin")]
mod bitcoin;
#[cfg(feature = "monero")]
mod monero;

View File

@@ -0,0 +1 @@
// TODO: Test the address back and forth

View File

@@ -0,0 +1,2 @@
#[cfg(feature = "coins")]
mod coins;