pub async fn update_spendable(
    pool: DbPool,
    spendable: &Spendable
) -> Result<Spendable, PoolError>