Skip to content

Commit 930408f

Browse files
authored
Set delegated addr to nil (#280)
Co-authored-by: zenground0 <[email protected]>
1 parent 4537f6b commit 930408f

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
@@ -127,9 +127,9 @@ func MigrateStateTree(ctx context.Context, store cbor.IpldStore, newManifestCID
127127
Balance: f090OldAct.Balance,
128128

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

0 commit comments

Comments
 (0)