mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Bugfix.
This commit is contained in:
@@ -125,8 +125,8 @@ Transaction::Transaction(const NewcoinAddress& fromID, const NewcoinAddress& toI
|
|||||||
mTransaction->makeITFieldPresent(sfSourceTag);
|
mTransaction->makeITFieldPresent(sfSourceTag);
|
||||||
mTransaction->setITFieldU32(sfSourceTag, ident);
|
mTransaction->setITFieldU32(sfSourceTag, ident);
|
||||||
}
|
}
|
||||||
mTransaction->setValueFieldU64(sfAmount, amount);
|
mTransaction->setITFieldU64(sfAmount, amount);
|
||||||
mTransaction->setValueFieldAccount(sfDestination, toID.getAccountID());
|
mTransaction->setITFieldAccount(sfDestination, toID.getAccountID());
|
||||||
updateID();
|
updateID();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user