Skip to content

Commit

Permalink
Fix typo in attestation file location
Browse files Browse the repository at this point in the history
  • Loading branch information
zacshowa committed Dec 19, 2024
1 parent dde2cb3 commit dc4a579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbnode/transaction_streamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import (
"github.com/offchainlabs/nitro/util/sharedmetrics"
"github.com/offchainlabs/nitro/util/stopwaiter"
)

Check failure on line 48 in arbnode/transaction_streamer.go

View workflow job for this annotation

GitHub Actions / Go Tests (defaults, path)

File is not `gofmt`-ed with `-s` (gofmt)

Check failure on line 48 in arbnode/transaction_streamer.go

View workflow job for this annotation

GitHub Actions / Go Tests (defaults, hash)

File is not `gofmt`-ed with `-s` (gofmt)
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
Expand Down

0 comments on commit dc4a579

Please sign in to comment.