Skip to content

Commit

Permalink
update unfinished commenthttps://github.com/pendulum-chain/spacewalk/…
Browse files Browse the repository at this point in the history
…actions/runs/6743040605/job/18330206794?pr=391#step:9:152
  • Loading branch information
b-yap committed Nov 6, 2023
1 parent 522911d commit 5088e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/vault/src/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ impl VaultService {
let is_public_network = wallet.is_public_network();

// re-submit transactions in the cache
wallet.resubmit_transactions_from_cache(true).await;
wallet.resubmit_transactions_from_cache().await;
drop(wallet);

let oracle_agent = self.create_oracle_agent(is_public_network).await?;
Expand Down

0 comments on commit 5088e24

Please sign in to comment.