diff --git a/accounts/abi/bind/dep_tree.go b/accounts/abi/bind/dep_tree.go index 80bc0984b3..b7bb7f2eeb 100644 --- a/accounts/abi/bind/dep_tree.go +++ b/accounts/abi/bind/dep_tree.go @@ -39,7 +39,7 @@ type DeploymentResult struct { Addrs map[string]common.Address } -// Accumulate merges two DeploymentResult objects together. +// Accumulate merges `other` into `d` func (d *DeploymentResult) Accumulate(other *DeploymentResult) { for pattern, tx := range other.Txs { d.Txs[pattern] = tx