topology-foundation / topchain-node

MIT License
2 stars 7 forks source link

Devise a formula for minimum stake while joining a deal #34

Open JanLewDev opened 3 weeks ago

JanLewDev commented 3 weeks ago
func (k Keeper) CalculateMinimumStake(ctx sdk.Context, deal types.Deal) int64 {
...