mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-27 14:05:50 +00:00
bad currency guard
This commit is contained in:
committed by
Richard Holland
parent
4e6e81f5de
commit
31da4bf8d4
@@ -491,6 +491,9 @@ PayChanFund::doApply()
|
|||||||
// issuer does not need to lock anything
|
// issuer does not need to lock anything
|
||||||
if (!isIssuer)
|
if (!isIssuer)
|
||||||
{
|
{
|
||||||
|
if (slep->getFieldAmount(sfBalance).issue() != amount.issue())
|
||||||
|
return temBAD_CURRENCY;
|
||||||
|
|
||||||
sleLine = ctx_.view().peek(keylet::line(
|
sleLine = ctx_.view().peek(keylet::line(
|
||||||
(*slep)[sfAccount], amount.getIssuer(), amount.getCurrency()));
|
(*slep)[sfAccount], amount.getIssuer(), amount.getCurrency()));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user