Fixed issue with the GetLimitOrders call in the demo app. It was not showing the correct fields to enter the necessary data to perform a test call.
This commit is contained in:
parent
d0d1e79ab7
commit
8da72ab26a
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ public class PerformCallActivity extends ConnectedActivity {
|
||||||
break;
|
break;
|
||||||
case RPC.CALL_GET_LIMIT_ORDERS:
|
case RPC.CALL_GET_LIMIT_ORDERS:
|
||||||
setupGetLimitOrders();
|
setupGetLimitOrders();
|
||||||
|
break;
|
||||||
case RPC.CALL_GET_FULL_ACCOUNTS:
|
case RPC.CALL_GET_FULL_ACCOUNTS:
|
||||||
setupGetFullAccounts();
|
setupGetFullAccounts();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue