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
thrownewInvalidBlockLevelAccessListException(block,$"Suggested block-level access list contained surplus changes for {suggestedHead.Value.Address} at index {index}.");
thrownewInvalidBlockLevelAccessListException(block,$"Suggested block-level access list contained surplus changes for {suggestedHead.Value.Address} at index {index}.");
352
-
}
353
345
if(HasNoChanges(suggestedHead.Value))
354
346
{
355
347
AdvanceSuggested();
@@ -396,6 +388,7 @@ public void SetBlockAccessList(Block block, IReleaseSpec spec)
if(_suggestedBlockAccessList?.GetAccountChanges(Address.SystemUser)is not {}suggestedSystemAccount||
417
+
GeneratedBlockAccessList.GetAccountChanges(Address.SystemUser)is not null||
418
+
!HasOnlyAccountRead(suggestedSystemAccount))
419
+
{
420
+
return;
421
+
}
422
+
423
+
thrownewInvalidBlockLevelAccessListException(block,$"Suggested block-level access list contained surplus changes for {Address.SystemUser} at index 0.");
0 commit comments