Commit a47a105
committed
Removing non-zero check for tx.gasprice
- Removed a non-zero check for transaction gas price, because the fixed
has been merged in go-ethereum ethereum/go-ethereum#201891 parent 6c4848c commit a47a105
File tree
2 files changed
+2
-18
lines changed- contracts/solidity/contracts
2 files changed
+2
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
| 387 | + | |
394 | 388 | | |
395 | 389 | | |
396 | 390 | | |
| |||
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
| 336 | + | |
346 | 337 | | |
347 | | - | |
348 | 338 | | |
349 | 339 | | |
350 | 340 | | |
| |||
0 commit comments