Fixed default origin in settings and chain tests.

This commit is contained in:
Revertron
2021-05-05 12:23:21 +02:00
parent 614afb466c
commit a73bacc8ab
4 changed files with 4 additions and 5 deletions
-3
View File
@@ -67,10 +67,7 @@ impl Clone for CryptoBox {
#[cfg(test)]
mod tests {
use rand::RngCore;
use crate::{to_hex, from_hex};
use ed25519_dalek::Keypair;
use crate::crypto::CryptoBox;
use ecies_ed25519::{encrypt, decrypt, SecretKey, PublicKey};
const TEXT: &str = "Some very secret message";