We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29791d commit 303d6f1Copy full SHA for 303d6f1
server/l2.go
@@ -826,7 +826,7 @@ func (l2 *L2) isFlashtestationsRegisterTx(
826
return false
827
}
828
829
- return slices.Compare(tx.Data()[:4], l2.builderPolicySignature[:]) == 0 && tx.From().Cmp(l2.builderAddr) == 0
+ return slices.Compare(tx.Data()[:4], l2.flashtestationsRegistrySignature[:]) == 0
830
831
832
func (l2 *L2) isFlashblockNumberTx(
0 commit comments