Skip to content

Commit 20cd3b4

Browse files
authored
Merge pull request #295 from kshitiz305/issue_291
Fix cosmos link
2 parents f8906ea + 4764c01 commit 20cd3b4

File tree

1 file changed

+1
-1
lines changed
  • not-so-smart-contracts/cosmos/non_determinism

1 file changed

+1
-1
lines changed

not-so-smart-contracts/cosmos/non_determinism/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Non-determinism in conensus-relevant code will cause the blockchain to halt.
44
There are quite a few sources of non-determinism, some of which are specific to the Go language:
55

6-
- [`range` iterations over an unordered map or other operations involving unordered structures](https://lev.pm/posts/2020-04-18-golang-map-randomness/)
6+
- [`range` iterations over an unordered map or other operations involving unordered structures](https://go.dev/blog/maps#iteration-order)
77
- [Implementation (platform) dependent types like `int`](https://go.dev/ref/spec#Numeric_types) or `filepath.Ext`
88
- [goroutines and `select` statement](https://github.com/golang/go/issues/33702)
99
- [Memory addresses](https://github.com/cosmos/cosmos-sdk/issues/11726#issuecomment-1108427164)

0 commit comments

Comments
 (0)