From dc4a57927e62b07568f9783b904069d8a0188e12 Mon Sep 17 00:00:00 2001 From: Zach Showalter Date: Thu, 19 Dec 2024 15:33:05 -0500 Subject: [PATCH] Fix typo in attestation file location --- arbnode/transaction_streamer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arbnode/transaction_streamer.go b/arbnode/transaction_streamer.go index 7db59279f2..094117990c 100644 --- a/arbnode/transaction_streamer.go +++ b/arbnode/transaction_streamer.go @@ -46,7 +46,7 @@ import ( "github.com/offchainlabs/nitro/util/sharedmetrics" "github.com/offchainlabs/nitro/util/stopwaiter" ) -const UserDataAttestationFile = "//dev/attestation/user_report_data" +const UserDataAttestationFile = "/dev/attestation/user_report_data" const QuoteFile = "/dev/attestation/quote" // TransactionStreamer produces blocks from a node's L1 messages, storing the results in the blockchain and recording their positions // The streamer is notified when there's new batches to process