Skip to content

Commit

Permalink
add test send_request.
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanYuan committed Aug 26, 2024
1 parent a3535eb commit db52ad1
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 30 deletions.
70 changes: 42 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions aggregator/aggregator-main/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pub(crate) mod branch_to_rgbpp;
pub(crate) mod rgbpp_to_branch;
pub(crate) mod schemas;
pub mod schemas;

use aggregator_common::{error::Error, utils::encode_udt_amount};
use aggregator_rgbpp_tx::RgbppTxBuilder;
Expand Down Expand Up @@ -45,7 +45,7 @@ pub struct Aggregator {
}

#[derive(Clone, Debug, PartialEq, Eq)]
struct ScriptInfo {
pub struct ScriptInfo {
pub script: Script,
pub cell_dep: CellDep,
}
Expand Down
Loading

0 comments on commit db52ad1

Please sign in to comment.