mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-03 22:03:06 +00:00
clippy
This commit is contained in:
parent
ecaa6874ce
commit
da5a0c8749
@ -91,7 +91,7 @@ impl Account {
|
||||
}
|
||||
self.utxos.insert(utxo.hash, utxo);
|
||||
}
|
||||
return Ok(());
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub fn update_public_balance(&mut self, new_balance: u64) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user