mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
New types Account, Currency, Directory:
* New tagged uint types. * Extract to_string functions from header to hide dependencies. * Include what you use and C++11 for cleanups.
This commit is contained in:
committed by
Vinnie Falco
parent
adce6ae851
commit
55222dc5d1
@@ -122,8 +122,8 @@ static Json::Value signPayment(
|
||||
{
|
||||
// Need a ripple path.
|
||||
STPathSet spsPaths;
|
||||
uint160 uSrcCurrencyID;
|
||||
uint160 uSrcIssuerID;
|
||||
Currency uSrcCurrencyID;
|
||||
Account uSrcIssuerID;
|
||||
|
||||
STAmount saSendMax;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user