Merge pull request #4765 from ethereum/fixes-issue-4673

[WIP] Fixes issue where computing storage size for a number would take too long (or even cause a crash).
This commit is contained in:
chriseth
2018-08-14 17:34:04 +02:00
committed by GitHub
4 changed files with 9 additions and 2 deletions
@@ -0,0 +1,4 @@
contract C {
fixed8x80 a = -1e-100;
}
// ----