Skip to content

Commit a4db7cb

Browse files
committed
Proper specs url
1 parent 0d231b4 commit a4db7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/consensus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ const ConsensusV35 = ConsensusVersion(
194194

195195
// ConsensusV36 adds box storage
196196
const ConsensusV36 = ConsensusVersion(
197-
"https://github.com/algorandfoundation/specs/commit/44fa607d6051730f5264526bf3c108d51f0eadb6",
197+
"https://github.com/algorandfoundation/specs/tree/44fa607d6051730f5264526bf3c108d51f0eadb6",
198198
)
199199

200200
// ConsensusFuture is a protocol that should not appear in any production

0 commit comments

Comments
 (0)