aboutsummaryrefslogtreecommitdiff
path: root/plugin/evm/vm.go
diff options
context:
space:
mode:
authorDan Laine <daniel.laine@avalabs.org>2020-12-17 15:14:20 -0500
committerDan Laine <daniel.laine@avalabs.org>2020-12-17 15:14:20 -0500
commit7a3492c26c2605840d57fb5efdd5761f44deaaff (patch)
tree8e6e94e98e01e5beff25bb4fe573785ba4b1ee50 /plugin/evm/vm.go
parent37f247ff4301958a42c15c6aeff68233907388de (diff)
parent4bfc175770fa006387ca1ffd2360fc0665dfcbf3 (diff)
Merge branch 'dev' of github.com:ava-labs/coreth into dev
Diffstat (limited to 'plugin/evm/vm.go')
-rw-r--r--plugin/evm/vm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/evm/vm.go b/plugin/evm/vm.go
index f125564..231db2a 100644
--- a/plugin/evm/vm.go
+++ b/plugin/evm/vm.go
@@ -769,7 +769,7 @@ func (vm *VM) writeBackMetadata() {
// awaitTxPoolStabilized waits for a txPoolHead channel event
// and notifies the VM when the tx pool has stabilized to the
// expected block hash
-// Waits for signal to shutdown from txPoolStabilizedShutdownChan chan
+// Waits for signal to shutdown from [vm.shutdownChan]
func (vm *VM) awaitTxPoolStabilized() {
defer vm.shutdownWg.Done()
for {