Compare commits

..

1 Commits

Author SHA1 Message Date
6489cc95c7
added admin functionality 2025-02-05 04:04:48 +02:00

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