mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
WIP: Update to latest Epic release
This commit is contained in:
parent
fadff229b8
commit
38c9de21f4
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 9eb24dd00cd0e1df08624ece1ca47090c158c08c
|
||||
Subproject commit 396d519a4c3ae1c47c8406e5506b0966f1f7098f
|
|
@ -1048,7 +1048,7 @@ class _TransactionV2DetailsViewState
|
|||
pTransactionNote(
|
||||
(
|
||||
txid: (coin == Coin.epicCash) ?
|
||||
_transaction.slateId as String
|
||||
_transaction.slateId.toString()
|
||||
: _transaction.txid,
|
||||
walletId: walletId
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue