Skip to content

Commit e2f0284

Browse files
committed
refactor: remove unused near_broadcast_tx function from NearClient
1 parent f7ca455 commit e2f0284

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cli/src/client/near.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -491,12 +491,4 @@ impl NearClient {
491491
let rsp = self.client.call(req).await?;
492492
Ok(rsp)
493493
}
494-
495-
async fn near_broadcast_tx(
496-
&self,
497-
vec: Vec<Action>,
498-
none: Option<u64>,
499-
) -> Result<FinalExecutionOutcomeView, anyhow::Error> {
500-
todo!()
501-
}
502494
}

0 commit comments

Comments
 (0)