Skip to content

Commit

Permalink
Fix log spam.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 committed May 22, 2024
1 parent 762dfef commit 012ab55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration/simulation/transaction_injector.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,10 @@ func (ti *TransactionInjector) issueRandomWithdrawals() {
// todo (@stefan) - rework this when old contract deployer is phased out?
msgBusAddr := gethcommon.HexToAddress("0x526c84529B2b8c11F57D93d3f5537aCA3AeCEf9B")

if ti.mgmtContractLib.IsMock() {
return
}

for txCounter := 0; ti.shouldKeepIssuing(txCounter); txCounter++ {
fromWallet := ti.rndObsWallet()
client := ti.rpcHandles.ObscuroWalletRndClient(fromWallet)
Expand Down

0 comments on commit 012ab55

Please sign in to comment.