Acknowledge Substrate's ordering and move to a multi-key wallet setup

This commit is contained in:
Luke Parker
2022-06-01 03:30:57 -04:00
parent d8e794871c
commit df2876dbd4
5 changed files with 135 additions and 46 deletions

View File

@@ -21,4 +21,5 @@ monero = { version = "0.16", features = ["experimental"] }
monero-serai = { path = "../coins/monero", features = ["multisig"] }
[dev-dependencies]
rand = "0.8"
tokio = { version = "1", features = ["full"] }