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.

develop
Severiano Jaramillo 2019-03-22 14:25:15 -06:00
parent d0d1e79ab7
commit 8da72ab26a
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ public class PerformCallActivity extends ConnectedActivity {
break;
case RPC.CALL_GET_LIMIT_ORDERS:
setupGetLimitOrders();
break;
case RPC.CALL_GET_FULL_ACCOUNTS:
setupGetFullAccounts();
break;