plans: OutputChange.Encode must preserve Addr field

This commit is contained in:
Martin Atkins 2018-11-01 17:33:10 -07:00
parent d73b2d778f
commit bbf8dacac8
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ func (oc *OutputChange) Encode() (*OutputChangeSrc, error) {
return nil, err
}
return &OutputChangeSrc{
Addr: oc.Addr,
ChangeSrc: *cs,
Sensitive: oc.Sensitive,
}, err