mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-31 17:13:57 +00:00
Update accounts/abi/bind/dep_tree.go
Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
parent
915c7e83c9
commit
4f7949f85f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue