Use full formatter to show header value

pull/2/head
Michael Scoff 7 years ago
parent 2f07d17233
commit 25ff88e7e0
  1. 2
      Trust/Transactions/ViewModels/TransactionViewModel.swift

@ -48,7 +48,7 @@ struct TransactionViewModel {
return TransactionValue(amount: amount, symbol: symbol)
}
return TransactionValue(
amount: shortFormatter.string(from: BigInt(transaction.value) ?? BigInt()),
amount: fullFormatter.string(from: BigInt(transaction.value) ?? BigInt()),
symbol: config.server.symbol
)
}

Loading…
Cancel
Save