(gasPrice uint64, minerNumber uint64)
| 1250 | } |
| 1251 | |
| 1252 | func minDeposit(gasPrice uint64, minerNumber uint64) uint64 { |
| 1253 | return gasPrice * uint64(conf.GConf.QPS) * |
| 1254 | conf.GConf.BillingBlockCount * minerNumber |
| 1255 | } |
no outgoing calls
no test coverage detected