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

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Feb 19, 2024
1 parent d5e1909 commit 7f4d073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lightning/node_initial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use lightning::ln::router::Router;
use lightning::util::config::UserConfig;
use lightning::ln::msgs::ChannelMessage;
use lighting::ln::msgs::RoutingMessage;
use lightning:util::events::EventsProvider;
use lightning::util::events::EventsProvider;
use lightning::util::logger::Logger;
use lightning::lightning::OnionMessage;
use rgbstd::interface::RGB20::{ContractIFace, Amount, ContractData, ContractID,DivisibleAsset,StandardType, Timestamp};
Expand Down
2 changes: 1 addition & 1 deletion src/lightning/swap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use create::swap::swap;
use std::convert::TryInto;
use std::str::FromStr;
use dlc::message::Oracle;
use bp::psbt;
use bp::psbt::psbt;
use lightning:::PaymentHash;
use lightning::OnionMessage;
use lightning::OnChainSweep;
Expand Down

0 comments on commit 7f4d073

Please sign in to comment.