You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: not-so-smart-contracts/cosmos/non_determinism/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Non-determinism in conensus-relevant code will cause the blockchain to halt.
4
4
There are quite a few sources of non-determinism, some of which are specific to the Go language:
5
5
6
-
-[`range` iterations over an unordered map or other operations involving unordered structures](https://www.delftstack.com/howto/go/how-to-iterate-over-an-entire-map-in-go/#iterate-over-all-keys-and-values-of-a-map-in-go)
6
+
-[`range` iterations over an unordered map or other operations involving unordered structures](https://go.dev/blog/maps#iteration-order)
7
7
-[Implementation (platform) dependent types like `int`](https://go.dev/ref/spec#Numeric_types) or `filepath.Ext`
8
8
-[goroutines and `select` statement](https://github.com/golang/go/issues/33702)
0 commit comments