Update accounts/abi/bind/dep_tree.go

Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
jwasinger 2024-12-18 16:26:48 +07:00 committed by Felix Lange
parent 915c7e83c9
commit 4f7949f85f

View file

@ -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