You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gossipd: put common size restrictions on all maps.
We already limited pending_ann_map and early_ann_map to 10,000 entries:
do the same for pending_nannounces, pending_cupdates and early_cupdates.
Add CI_UNEXPECTED so CI gets upset if this happens unexpectedly.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
0 commit comments