Skip to content

Commit d3719b2

Browse files
committed
type in netguard
1 parent 04118b7 commit d3719b2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ex/lib/node/node_gen_netguard.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ defmodule NodeGenNetguard do
99
ping_reply: 30,
1010
special_business: 10,
1111
special_business_reply: 10,
12-
catchup: 10,
13-
catchup_reply: 10,
12+
catchup: 20,
13+
catchup_reply: 20,
1414
event_tip: 30,
1515
event_entry: 30,
1616
event_tx: 6000,
17-
event_attestion: 6000,
18-
solicity_entry: 2,
17+
event_attestation: 6000,
18+
solicit_entry: 2,
1919
sell_sol: 10_000,
2020
}
2121
@msg_ops Enum.into(@max_msg_per_6_sec, %{}, & {elem(&1,0), true})

0 commit comments

Comments
 (0)