Skip to content

Commit 303d6f1

Browse files
committed
fix register
1 parent d29791d commit 303d6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/l2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ func (l2 *L2) isFlashtestationsRegisterTx(
826826
return false
827827
}
828828

829-
return slices.Compare(tx.Data()[:4], l2.builderPolicySignature[:]) == 0 && tx.From().Cmp(l2.builderAddr) == 0
829+
return slices.Compare(tx.Data()[:4], l2.flashtestationsRegistrySignature[:]) == 0
830830
}
831831

832832
func (l2 *L2) isFlashblockNumberTx(

0 commit comments

Comments
 (0)