@ -374,9 +374,10 @@ Pane {
onClicked: {
var msg = ''
if ( txdetails . isComplete ) {
/ / T O D O : i f f o f f l i n e w a l l e t ?
/ / T O D O : o r a l s o i f j u s t t e m p o r a r i l y o f f l i n e ?
msg = qsTr ( 'This transaction is complete. Please share it with an online device' )
if ( ! txdetails . isMined && ! txdetails . mempoolDepth ) / / l o c a l
/ / T O D O : i f f o f f l i n e w a l l e t ?
/ / T O D O : o r a l s o i f j u s t t e m p o r a r i l y o f f l i n e ?
msg = qsTr ( 'This transaction is complete. Please share it with an online device' )
} else if ( txdetails . wallet . isWatchOnly ) {
msg = qsTr ( 'This transaction should be signed. Present this QR code to the signing device' )
} else if ( txdetails . wallet . isMultisig && txdetails . wallet . walletType != '2fa' ) {
@ -387,7 +388,7 @@ Pane {
}
}
app . stack . getRoot ( ) . showExport ( txdetails . getSerializedTx ( false ) , txdetails . getSerializedTx ( true ) , msg )
app . stack . getRoot ( ) . showExport ( txdetails . getSerializedTx ( ) , msg )
}
}