diff --git a/UnitTests/CGASTest.cs b/UnitTests/CGASTest.cs index 7674638..c5c4ae5 100644 --- a/UnitTests/CGASTest.cs +++ b/UnitTests/CGASTest.cs @@ -171,7 +171,7 @@ public static void Verify() { AssetId = Blockchain.UtilityToken.Hash, //Asset Id, this is GAS ScriptHash = User, - Value = new Fixed8((long)(1 * (long)Math.Pow(10, 8))) + Value = Fixed8.Parse("1.0") }}.ToArray(); Transaction tx = null;