MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / minDeposit

Function minDeposit

blockproducer/metastate.go:1252–1255  ·  view source on GitHub ↗
(gasPrice uint64, minerNumber uint64)

Source from the content-addressed store, hash-verified

1250}
1251
1252func minDeposit(gasPrice uint64, minerNumber uint64) uint64 {
1253 return gasPrice * uint64(conf.GConf.QPS) *
1254 conf.GConf.BillingBlockCount * minerNumber
1255}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected