MCPcopy Create free account
hub / github.com/CPChain/chain / deployRpt

Function deployRpt

tools/smartcontract/main.go:85–91  ·  view source on GitHub ↗
(password string, wg *sync.WaitGroup)

Source from the content-addressed store, hash-verified

83}
84
85func 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
93func deployNetwork(password string, wg *sync.WaitGroup) {
94 //5

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected