Skip to content

Commit

Permalink
chore: rename spam network parameter after code review
Browse files Browse the repository at this point in the history
Co-authored-by: candida-d <[email protected]>
  • Loading branch information
wwestgarth and candida-d authored Mar 26, 2024
1 parent 96f8ff8 commit f86ff78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/netparams/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const (
SpamProtectionMaxBatchSize = "spam.protection.max.batchSize"
SpamProtectionMinimumWithdrawalQuantumMultiple = "spam.protection.minimumWithdrawalQuantumMultiple"
SpamProtectionMinMultisigUpdates = "spam.protection.minMultisigUpdates"
SpamProtectionMaxMultisigUpdates = "spam.protection.max.MultisigUpdates"
SpamProtectionMaxMultisigUpdates = "spam.protection.maxMultisigUpdates"
SpamProtectionMaxStopOrdersPerMarket = "spam.protection.max.stopOrdersPerMarket"

SpamProtectionMaxCreateReferralSet = "spam.protection.max.createReferralSet"
Expand Down

0 comments on commit f86ff78

Please sign in to comment.