add TODOs in parseBitcoinURL
This commit is contained in:
parent
f839f96578
commit
fb390d3505
@ -61,6 +61,8 @@ bool GUIUtil::parseBitcoinURL(const QUrl *url, SendCoinsRecipient *out)
|
||||
}
|
||||
else // Amount is non-empty
|
||||
{
|
||||
// TODO: support <n>X<nexp> (exp = 8-nexp) (https://en.bitcoin.it/wiki/URI_Scheme)
|
||||
// TODO: support <n>E<exp>
|
||||
if(!BitcoinUnits::parse(BitcoinUnits::BTC, amount, &rv.amount))
|
||||
{
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user