|
|
@@ -71,7 +71,7 @@ public class VaultodyController {
|
|
|
for (TransactionItemTable item : items) {
|
|
|
TransactionItemExport exportDto = new TransactionItemExport();
|
|
|
BeanUtils.copyProperties(item, exportDto);
|
|
|
- if("ETH".equals(exportDto.getRecipientAmountUnit())){
|
|
|
+ if("ETH".equals(exportDto.getBlockchain())){
|
|
|
exportDto.setTransactionId("https://etherscan.io/tx/"+exportDto.getTransactionId());
|
|
|
}else {
|
|
|
exportDto.setTransactionId("https://tronscan.org/#/transaction/"+exportDto.getTransactionId());
|