Skip to content

Commit

Permalink
Temporarily remove replication attestation check
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Dec 11, 2022
1 parent 8093ee8 commit d1149bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/archethic/beacon_chain/replication_attestation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ defmodule Archethic.BeaconChain.ReplicationAttestation do
},
confirmations: confirmations
},
check_summary_consistency? \\ true
check_summary_consistency? \\ false
) do
tx_summary_payload = TransactionSummary.serialize(tx_summary)

Expand Down

0 comments on commit d1149bd

Please sign in to comment.