forked from Public/monero-gui
Merge pull request #3910
cddf3c3 History: fix payment proof button (reemuru)
This commit is contained in:
2
main.qml
2
main.qml
@@ -980,7 +980,7 @@ ApplicationWindow {
|
||||
|
||||
// called on "getProof"
|
||||
function handleGetProof(txid, address, message, amount) {
|
||||
if (amount.length > 0) {
|
||||
if (amount !== null && amount.length > 0) {
|
||||
var result = currentWallet.getReserveProof(false, currentWallet.currentSubaddressAccount, walletManager.amountFromString(amount), message)
|
||||
txProofComputed(null, result)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user