From 4f7949f85f15a742fd5724193db281a0496dbeae Mon Sep 17 00:00:00 2001 From: jwasinger Date: Wed, 18 Dec 2024 16:26:48 +0700 Subject: [PATCH] Update accounts/abi/bind/dep_tree.go Co-authored-by: Martin HS --- accounts/abi/bind/dep_tree.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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