wallet: slatepack hint template, move grin symbol

This commit is contained in:
ardocrat 2024-04-14 14:15:19 +03:00
parent 328072483d
commit df21c782ef
2 changed files with 5 additions and 3 deletions

View file

@ -15,6 +15,11 @@
use crate::gui::platform::PlatformCallbacks;
use crate::wallet::Wallet;
/// GRIN coin symbol.
pub const GRIN: &str = "";
/// Hint for Slatepack message input.
pub const SLATEPACK_MESSAGE_HINT: &'static str = "BEGINSLATEPACK.\n...\n...\n...\nENDSLATEPACK.";
/// Wallet tab content interface.
pub trait WalletTab {
fn get_type(&self) -> WalletTabType;

View file

@ -19,9 +19,6 @@ use grin_util::Mutex;
use grin_wallet_impls::{DefaultLCProvider, HTTPNodeClient};
use grin_wallet_libwallet::{TxLogEntry, WalletInfo, WalletInst};
/// GRIN coin symbol.
pub const GRIN: &str = "";
/// Mnemonic phrase setup mode.
#[derive(PartialEq, Clone)]
pub enum PhraseMode {