Skip to content

Commit bc6721a

Browse files
committed
Update min holding value to count towards a holder
1 parent 9b81758 commit bc6721a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ocp/worker/currency/holder/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
)
2525

2626
var (
27-
minHoldingValue = common.ToCoreMintQuarks(10)
27+
minHoldingValue = uint64(250000) // $0.25
2828
)
2929

3030
type holderRuntime struct {

0 commit comments

Comments
 (0)