diff --git a/resources/commands.js b/resources/commands.js index 811ae30d6a..f802980a01 100644 --- a/resources/commands.js +++ b/resources/commands.js @@ -809,6 +809,7 @@ var send = { color: "#5fc48d", title: I18n.t('send_title'), description: I18n.t('send_description'), + sequentialParams: true, params: [{ name: "amount", type: status.types.NUMBER @@ -890,6 +891,7 @@ status.command({ color: "#5fc48d", title: I18n.t('request_title'), description: I18n.t('request_description'), + sequentialParams: true, params: [{ name: "amount", type: status.types.NUMBER diff --git a/resources/console.js b/resources/console.js index 6a945e7ba3..7e7eff3e0a 100644 --- a/resources/console.js +++ b/resources/console.js @@ -1852,6 +1852,7 @@ status.response({ name: "confirmation-code", color: "#7099e6", description: I18n.t('confirm_description'), + sequentialParams: true, params: [{ name: "code", type: status.types.NUMBER