(password string, wg *sync.WaitGroup)
| 83 | } |
| 84 | |
| 85 | func deployRpt(password string, wg *sync.WaitGroup) { |
| 86 | // 4 |
| 87 | title := "[4.DeployRpt]" |
| 88 | rptAddress := deploy.DeployRpt(password, 3) |
| 89 | deploy.PrintContract(title, rptAddress) |
| 90 | wg.Done() |
| 91 | } |
| 92 | |
| 93 | func deployNetwork(password string, wg *sync.WaitGroup) { |
| 94 | //5 |