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 0d231b4 commit a4db7cbCopy full SHA for a4db7cb
protocol/consensus.go
@@ -194,7 +194,7 @@ const ConsensusV35 = ConsensusVersion(
194
195
// ConsensusV36 adds box storage
196
const ConsensusV36 = ConsensusVersion(
197
- "https://github.com/algorandfoundation/specs/commit/44fa607d6051730f5264526bf3c108d51f0eadb6",
+ "https://github.com/algorandfoundation/specs/tree/44fa607d6051730f5264526bf3c108d51f0eadb6",
198
)
199
200
// ConsensusFuture is a protocol that should not appear in any production
0 commit comments