Skip to content

Commit

Permalink
Update AptosTransaction.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhiyou1990 committed Oct 26, 2022
1 parent c2b9a9f commit 88d41b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/AptosSwift/Transaction/AptosTransaction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88d41b0

Please sign in to comment.