perf: dockerfiles (#14793)

This commit is contained in:
Robert Zaremba
2023-01-26 21:21:54 +01:00
committed by GitHub
parent 938143f038
commit be9bd7a8c1
9 changed files with 82 additions and 77 deletions
+1 -1
View File
@@ -421,7 +421,7 @@ func (coins Coins) SafeMulInt(x Int) (Coins, bool) {
}
// QuoInt performs the scalar division of coins with a `divisor`
// All coins are divided by x and trucated.
// All coins are divided by x and truncated.
// e.g.
// {2A, 30B} / 2 = {1A, 15B}
// {2A} / 2 = {1A}