Moved all gas and payment values to uint64 to make sure we are safe here

This commit is contained in:
Ethan Frey
2017-08-04 14:11:01 +02:00
parent 2f4f875dd4
commit 640f06998a
11 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ func TestFeeChecks(t *testing.T) {
left coin.Coins
collected coin.Coins
// expected gas allocated
expectedCost uint
expectedCost uint64
}{
// make sure it works with no fee (control group)
{true, app1, act1, false, act1, zero, mixed, nil, 0},