Skip to content

Commit

Permalink
修改检查部署合约是否成功查询频率
Browse files Browse the repository at this point in the history
  • Loading branch information
luren5 committed Jul 17, 2017
1 parent 618bd45 commit cc9bf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 68,7 @@ var deployCmd = &cobra.Command{

// check status
for {
time.Sleep(time.Second * 10)
time.Sleep(time.Second * 5)

res, err := common.CheckIfTxMined(ip, rpc_port, txHash.(string))
if err != nil {
Expand Down

0 comments on commit cc9bf17

Please sign in to comment.