Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
chore: a few more fixes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
steph-rs committed Aug 19, 2024
1 parent 25aeb2a commit 7165b33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
4 changes: 1 addition & 3 deletions core/lib/via_btc_client/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,8 @@ impl BitcoinOps for BitcoinClient {

#[cfg(test)]
mod tests {
use bitcoin::Network;

use super::*;
use crate::{regtest::BitcoinRegtest, traits::BitcoinOps};
use crate::{regtest::BitcoinRegtest, traits::BitcoinOps, types::Network};

#[tokio::test]
async fn test_new() {
Expand Down
15 changes: 7 additions & 8 deletions core/lib/via_btc_client/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
pub mod traits;
mod types;
pub(crate) mod traits;
pub mod types;

pub mod client;
mod indexer;
mod inscriber;
pub mod regtest;
pub mod signer;
mod transaction_builder;
pub(crate) mod client;
pub mod indexer;
pub mod inscriber;
pub(crate) mod regtest;
pub(crate) mod signer;
1 change: 0 additions & 1 deletion core/lib/via_btc_client/src/transaction_builder/mod.rs

This file was deleted.

0 comments on commit 7165b33

Please sign in to comment.