diff --git a/src/app/modules/main/wallet_section/send/module.nim b/src/app/modules/main/wallet_section/send/module.nim index 25a9b0f2961..87863f999c8 100644 --- a/src/app/modules/main/wallet_section/send/module.nim +++ b/src/app/modules/main/wallet_section/send/module.nim @@ -376,6 +376,7 @@ method onTransactionSigned*( ) self.clearTmpData() return + self.tmpSendTransactionDetails.resolvedSignatures[ self.tmpSendTransactionDetails.txHashBeingProcessed ] = diff --git a/src/app/modules/main/wallet_section/send_new/module.nim b/src/app/modules/main/wallet_section/send_new/module.nim index f8bc57341a2..3e9f1e0fb5a 100644 --- a/src/app/modules/main/wallet_section/send_new/module.nim +++ b/src/app/modules/main/wallet_section/send_new/module.nim @@ -317,6 +317,7 @@ method onTransactionSigned*( ) self.clearTmpData() return + self.tmpSendTransactionDetails.resolvedSignatures[ self.tmpSendTransactionDetails.txHashBeingProcessed ] = diff --git a/src/app_service/service/community_tokens/service.nim b/src/app_service/service/community_tokens/service.nim index 7925a578ade..7909960332b 100644 --- a/src/app_service/service/community_tokens/service.nim +++ b/src/app_service/service/community_tokens/service.nim @@ -1634,12 +1634,14 @@ QtObject: let suggestedFees = self.tempFeeTable[collectibleAndAmount.communityToken.chainId] let ethValue = self.computeEthValue(gasUnits, suggestedFees) + wholeEthCostForChainWallet[ (collectibleAndAmount.communityToken.chainId, addressFrom) ] = wholeEthCostForChainWallet.getOrDefault( (collectibleAndAmount.communityToken.chainId, addressFrom), 0.0 ) + ethValue + ethValuesForContracts[ ( collectibleAndAmount.communityToken.chainId,