Skip to content

Commit fc6a637

Browse files
committed
qt: increase console command max length
1 parent f8123d4 commit fc6a637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/rpcconsole.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ RPCConsole::RPCConsole(interfaces::Node& node, const PlatformStyle *_platformSty
468468

469469
// Install event filter for up and down arrow
470470
ui->lineEdit->installEventFilter(this);
471+
ui->lineEdit->setMaxLength(16 * 1024 * 1024);
471472
ui->messagesWidget->installEventFilter(this);
472473

473474
connect(ui->clearButton, &QPushButton::clicked, this, &RPCConsole::clear);

0 commit comments

Comments
 (0)