Compare commits

..

1 Commits

Author SHA1 Message Date
457456fbe5
added admin functionality 2025-02-05 02:44:42 +02:00

@ -177,7 +177,7 @@ impl BrainData {
} }
pub fn give_airdrop(&self, account: &str, tokens: u64) { pub fn give_airdrop(&self, account: &str, tokens: u64) {
self.add_nano_to_wallet(account, tokens.saturating_mul(1_000_000_000)); self.add_nano_to_wallet(account, tokens.saturating_mul(1000_000000000));
} }
fn add_nano_to_wallet(&self, account: &str, nano_lp: u64) { fn add_nano_to_wallet(&self, account: &str, nano_lp: u64) {