mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove trailing spaces.
This commit is contained in:
committed by
Nik Bougalis
parent
9e69bd5c56
commit
32ec3fe089
@@ -97,7 +97,7 @@ STArray::STArray (SerialIter& sit, SField const& f)
|
||||
|
||||
v_.emplace_back(fn);
|
||||
v_.back().set (sit, 1);
|
||||
|
||||
|
||||
if (v_.back().setTypeFromSField (fn) == STObject::typeSetFail)
|
||||
{
|
||||
throw std::runtime_error ("Malformed object in array");
|
||||
|
||||
@@ -157,7 +157,7 @@ encodeBase58(
|
||||
Wallet Seed
|
||||
Account Public Key
|
||||
Account ID
|
||||
|
||||
|
||||
@param temp A pointer to storage of not
|
||||
less than 2*(size+6) bytes
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user