Skip to content

Commit

Permalink
feat: add sleep after parameters are updated in the network
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel1302 committed Sep 13, 2023
1 parent 3874741 commit 81854e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/market/propose.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ func RunPropose(args ProposeArgs) error {
}
}

if len(networkParametersProposals) > 0 {
time.Sleep(30 * time.Second)
}

//
// AAPL
//
Expand Down

0 comments on commit 81854e2

Please sign in to comment.