mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Tidy up jtx:
* Tidy declaration order * Remove AccountInfo * Remove Env autofill settings
This commit is contained in:
committed by
Nik Bougalis
parent
9dd08e4dab
commit
eb709f415b
@@ -28,10 +28,11 @@ namespace jtx {
|
||||
void
|
||||
seq::operator()(Env const&, JTx& jt) const
|
||||
{
|
||||
if (boost::indeterminate(b_))
|
||||
jt[jss::Sequence] = v_;
|
||||
else
|
||||
jt.fill_seq = b_;
|
||||
if (! manual_)
|
||||
return;
|
||||
jt.fill_seq = false;
|
||||
if (num_)
|
||||
jt[jss::Sequence] = *num_;
|
||||
}
|
||||
|
||||
} // jtx
|
||||
|
||||
Reference in New Issue
Block a user