wallet2_api: zero amounts are now allowed with rct
This commit is contained in:
parent
096ac06521
commit
83ab3151e8
|
@ -489,12 +489,6 @@ PendingTransaction *WalletImpl::createTransaction(const string &dst_addr, const
|
|||
}
|
||||
|
||||
de.amount = amount;
|
||||
if (de.amount <= 0) {
|
||||
m_status = Status_Error;
|
||||
m_errorString = "Invalid amount";
|
||||
break;
|
||||
}
|
||||
|
||||
dsts.push_back(de);
|
||||
//std::vector<tools::wallet2::pending_tx> ptx_vector;
|
||||
|
||||
|
|
Loading…
Reference in New Issue