mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Work toward revised RPC send.
This commit is contained in:
@@ -206,7 +206,8 @@ Transaction::pointer Transaction::sharedPayment(
|
||||
STAmount saFee,
|
||||
uint32 uSourceTag,
|
||||
const NewcoinAddress& toAccount,
|
||||
STAmount saAmount)
|
||||
STAmount saAmount,
|
||||
STAmount saSendMax)
|
||||
{
|
||||
pointer tResult = boost::make_shared<Transaction>(ttPAYMENT,
|
||||
naPublicKey, naSourceAccount,
|
||||
|
||||
Reference in New Issue
Block a user