We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b81758 commit bc6721aCopy full SHA for bc6721a
1 file changed
ocp/worker/currency/holder/runtime.go
@@ -24,7 +24,7 @@ const (
24
)
25
26
var (
27
- minHoldingValue = common.ToCoreMintQuarks(10)
+ minHoldingValue = uint64(250000) // $0.25
28
29
30
type holderRuntime struct {
0 commit comments