Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum committed Feb 14, 2024
1 parent f8abc1a commit e477ff2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bitcoin/threshold_sig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ use orga::collections::Map;
use orga::encoding::{Decode, Encode};
use orga::macros::Describe;
use orga::migrate::{Migrate, MigrateFrom};
use orga::prelude::FieldCall;
use orga::query::FieldQuery;
use orga::state::State;
use orga::store::Store;
use orga::{orga, Error, Result};
use serde::Serialize;

Expand Down Expand Up @@ -343,7 +340,6 @@ impl ThresholdSig {
}

use std::fmt::Debug;
use std::io::Read;
impl Debug for ThresholdSig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
f.debug_struct("ThresholdSig")
Expand Down

0 comments on commit e477ff2

Please sign in to comment.