Skip to content

Commit dfbb813

Browse files
authored
Set delegated address to f090 (#278)
Co-authored-by: zenground0 <[email protected]>
1 parent ac405c3 commit dfbb813

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

builtin/v14/migration/top.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ func MigrateStateTree(ctx context.Context, store cbor.IpldStore, newManifestCID
125125
// unchanged
126126
CallSeqNum: f090OldAct.CallSeqNum,
127127
Balance: f090OldAct.Balance,
128-
Address: f090OldAct.Address,
129128

130129
// changed
131-
Code: newAccountCodeCID,
132-
Head: h,
130+
Code: newAccountCodeCID,
131+
Head: h,
132+
Address: &f090ID,
133133
})
134134
}
135135
if err := f090Migration(actorsOut); err != nil {

0 commit comments

Comments
 (0)