@@ -126,7 +126,6 @@ impl Storage for SQLite {
.map_err(|x| Error::Storage(x.to_string()))
}
- #[allow(warnings)]
async fn get_balance(&self, account: &AccountId) -> Result<Vec<Amount>, Error> {
let mut conn = self
.db
@@ -36,7 +36,6 @@ pub struct BaseTx {
pub created_at: DateTime<Utc>,
-#[allow(dead_code)]
/// Transaction object
impl BaseTx {
/// Creates a new instance
@@ -89,7 +89,6 @@ impl TryFrom<(BaseTx, Revision)> for Transaction {
impl Transaction {
/// Creates a new transaction
pub async fn new(