Add comment for clarity

pull/2671/head
Hwee-Boon Yar 4 years ago
parent 91edd61434
commit 63f2bf12fa
  1. 1
      AlphaWallet/WalletConnect/Types/UnconfirmedTransaction+Extensions.swift

@ -13,6 +13,7 @@ extension UnconfirmedTransaction {
self = .init(
transactionType: transactionType,
value: transaction.value ?? BigInt("0"),
//Tight coupling. Sets recipient and contract relying on implementation of `TransactionConfigurator.toAddress` for `TransactionType.dapp`.
recipient: nil,
contract: transaction.to,
data: transaction.data,

Loading…
Cancel
Save