Skip to content

Commit

Permalink
deleted unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivasilescu24 committed Aug 13, 2024
1 parent 47ef8de commit eba0141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions framework/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,3 @@ features = ["alloc", "num-bigint"]
[dependencies.multiversx-sc-snippets]
version = "=0.52.3"
path = "../snippets"

[dependencies.multiversx-sdk]
version = "=0.5.0"
path = "../../sdk/core"
4 changes: 2 additions & 2 deletions framework/meta/src/cmd/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ use std::{

use crate::cli::{WalletAction, WalletArgs, WalletBech32Args, WalletConvertArgs, WalletNewArgs};
use bip39::Mnemonic;
use multiversx_sc_snippets::{hex, imports::Bech32Address};
use multiversx_sdk::{
use multiversx_sc_snippets::sdk::{
crypto::public_key::PublicKey, data::address::Address, utils::base64_encode, wallet::Wallet,
};
use multiversx_sc_snippets::{hex, imports::Bech32Address};
pub fn wallet(args: &WalletArgs) {
let command = &args.command;
match command {
Expand Down

0 comments on commit eba0141

Please sign in to comment.