mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: improve e2e tests API + feeHistory test (#12058)
This commit is contained in:
@ -51,7 +51,6 @@ async fn can_sync() -> eyre::Result<()> {
|
||||
side_payload_chain[0].0.clone(),
|
||||
side_payload_chain[0].1.clone(),
|
||||
PayloadStatusEnum::Valid,
|
||||
Default::default(),
|
||||
)
|
||||
.await;
|
||||
|
||||
@ -81,7 +80,6 @@ async fn can_sync() -> eyre::Result<()> {
|
||||
}
|
||||
.to_string(),
|
||||
},
|
||||
Default::default(),
|
||||
)
|
||||
.await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user