mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 11:45:53 +00:00
@@ -76,7 +76,7 @@ public:
|
||||
std::optional<std::string> destinationAccount;
|
||||
std::optional<std::string> ledgerHash;
|
||||
std::optional<uint32_t> ledgerIndex;
|
||||
uint32_t limit = 50;
|
||||
uint32_t limit = 200;
|
||||
std::optional<std::string> marker;
|
||||
};
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@ public:
|
||||
std::optional<std::string> peer;
|
||||
bool ignoreDefault = false; // TODO: document
|
||||
// https://github.com/XRPLF/xrpl-dev-portal/issues/1839
|
||||
uint32_t limit = 50;
|
||||
uint32_t limit = 200;
|
||||
std::optional<std::string> marker;
|
||||
};
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ public:
|
||||
{
|
||||
std::optional<std::string> ledgerHash;
|
||||
std::optional<uint32_t> ledgerIndex;
|
||||
uint32_t limit = 50;
|
||||
uint32_t limit = 60;
|
||||
std::optional<ripple::AccountID> taker;
|
||||
ripple::Currency paysCurrency;
|
||||
ripple::Currency getsCurrency;
|
||||
|
||||
@@ -387,7 +387,7 @@ TEST_F(RPCAccountHandlerTest, DefaultParameterTest)
|
||||
"ledger_hash":"4BC50C9B0D8515D3EAAE1E74B29A95804346C491EE1A95BF25E4AAB854A6A652",
|
||||
"ledger_index":30,
|
||||
"validated":true,
|
||||
"limit":50,
|
||||
"limit":200,
|
||||
"channels":[
|
||||
{
|
||||
"channel_id":"E6DBAFC99223B42257915A63DFC6B0C032D4070F9A574B255AD97466726FC321",
|
||||
@@ -613,7 +613,7 @@ TEST_F(RPCAccountHandlerTest, OptionalResponseField)
|
||||
"ledger_hash":"4BC50C9B0D8515D3EAAE1E74B29A95804346C491EE1A95BF25E4AAB854A6A652",
|
||||
"ledger_index":30,
|
||||
"validated":true,
|
||||
"limit":50,
|
||||
"limit":200,
|
||||
"channels":[
|
||||
{
|
||||
"channel_id":"E6DBAFC99223B42257915A63DFC6B0C032D4070F9A574B255AD97466726FC321",
|
||||
|
||||
@@ -433,7 +433,7 @@ TEST_F(RPCAccountLinesHandlerTest, DefaultParameterTest)
|
||||
"ledger_hash": "4BC50C9B0D8515D3EAAE1E74B29A95804346C491EE1A95BF25E4AAB854A6A652",
|
||||
"ledger_index": 30,
|
||||
"validated": true,
|
||||
"limit": 50,
|
||||
"limit": 200,
|
||||
"lines": [
|
||||
{
|
||||
"account": "rLEsXccBGNR3UPuPu2hUXPjziKC3qKSBun",
|
||||
@@ -629,7 +629,7 @@ TEST_F(RPCAccountLinesHandlerTest, OptionalResponseField)
|
||||
"ledger_hash": "4BC50C9B0D8515D3EAAE1E74B29A95804346C491EE1A95BF25E4AAB854A6A652",
|
||||
"ledger_index": 30,
|
||||
"validated": true,
|
||||
"limit": 50,
|
||||
"limit": 200,
|
||||
"lines": [
|
||||
{
|
||||
"account": "rLEsXccBGNR3UPuPu2hUXPjziKC3qKSBun",
|
||||
|
||||
Reference in New Issue
Block a user