Skip to content

Commit ac3d64c

Browse files
authored
Update min holding value to $0.25 to count towards a holder (#174)
1 parent 97ffed3 commit ac3d64c

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 = common.ToCoreMintQuarks(1) / 4 // $0.25
2828
)
2929

3030
type holderRuntime struct {

0 commit comments

Comments
 (0)