mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-08 00:03:09 +00:00
nit
This commit is contained in:
parent
f707d3893d
commit
23afa1e05a
@ -565,7 +565,7 @@ pub async fn execute_subcommand(command: Command) -> Result<SubcommandReturnValu
|
||||
let to = produce_account_addr_from_hex(to)?;
|
||||
|
||||
let (res, secret) = wallet_core
|
||||
.send_shiedled_native_token_transfer(from, to, amount)
|
||||
.send_shielded_native_token_transfer(from, to, amount)
|
||||
.await?;
|
||||
|
||||
println!("Results of tx send is {res:#?}");
|
||||
|
||||
@ -5,7 +5,7 @@ use nssa::Address;
|
||||
use crate::WalletCore;
|
||||
|
||||
impl WalletCore {
|
||||
pub async fn send_shiedled_native_token_transfer(
|
||||
pub async fn send_shielded_native_token_transfer(
|
||||
&self,
|
||||
from: Address,
|
||||
to: Address,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user