Skip to content

Commit

Permalink
Merge pull request #11 from casper-network/recoverable-wallet
Browse files Browse the repository at this point in the history
Recoverable Wallet tutorial finalized
  • Loading branch information
melpadden authored Jun 17, 2024
2 parents ba054d4 + ba9d9d6 commit bf929cb
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 122 deletions.
8 changes: 3 additions & 5 deletions recoverable_wallet/src/recoverable_wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,11 @@ impl Wallet {
#[cfg(test)]
mod tests {

use super::{Error, WalletHostRef, WalletInitArgs};
use odra::casper_types::U512;
use odra::host::Deployer;
use odra::host::HostEnv;
use odra::host::HostRef;
use odra::prelude::*;
use odra::host::{HostEnv, HostRef, Deployer};
use super::{Error, WalletHostRef, WalletInitArgs};
use odra::Address;
use odra::casper_types::U512;

struct Accounts {
alice: Address,
Expand Down
Loading

0 comments on commit bf929cb

Please sign in to comment.