console: don't exit on ctrl-c, only on ctrl-d (#21660)

* add interrupt counter

* remove interrupt counter, allow ctrl-C to clear ONLY, ctrl-D will terminate console, stop node

* format

* add instructions to exit

* fix tests
# Conflicts:
#	cmd/geth/consolecmd_test.go
#	console/console.go
This commit is contained in:
rene 2020-10-20 10:56:51 +02:00 committed by Igor Mandrigin
parent f68ac9d1c3
commit 1afdd6bcc0

View File

@ -567,9 +567,3 @@ Date: Fri Oct 16 11:28:03 2020 +0200
* core/vm: marshall returnData as hexstring in trace logs * core/vm: marshall returnData as hexstring in trace logs
* core/vm: marshall returnData as hexstring in trace logs * core/vm: marshall returnData as hexstring in trace logs
commit 51d026ca8554a04fccd5c5008aadffbd5c0594c7
Author: Felix Lange <fjl@twurst.com>
Date: Thu Oct 15 12:30:41 2020 +0200
params: begin v1.9.24 release cycle