From 88d41b0d9ce06de3cb547e7893e604638eec8097 Mon Sep 17 00:00:00 2001 From: Forrest Date: Wed, 26 Oct 2022 16:12:37 +0800 Subject: [PATCH] Update AptosTransaction.swift --- Sources/AptosSwift/Transaction/AptosTransaction.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/AptosSwift/Transaction/AptosTransaction.swift b/Sources/AptosSwift/Transaction/AptosTransaction.swift index 3b350e1..0d4a282 100644 --- a/Sources/AptosSwift/Transaction/AptosTransaction.swift +++ b/Sources/AptosSwift/Transaction/AptosTransaction.swift @@ -13,8 +13,8 @@ public let RAW_TRANSACTION_SALT = "APTOS::RawTransaction" public struct AptosRawTransaction { public let sender: AptosAddress public let sequenceNumber: UInt64 - public let maxGasAmount: UInt64 - public let gasUnitPrice: UInt64 + public var maxGasAmount: UInt64 + public var gasUnitPrice: UInt64 public let expirationTimestampSecs: UInt64 public let chainId: UInt8 public let payload: AptosTransactionPayload