actors: Remove addrass aliases

This commit is contained in:
Łukasz Magiera 2020-02-25 21:54:58 +01:00
parent fc4fa38c9b
commit 9c5d2fff1a

View File

@ -98,7 +98,7 @@ func checkSeal(ctx context.Context, maddr address.Address, si SectorInfo, api se
}
ccmt := &types.Message{
To: actors.StorageMarketAddress,
To: builtin.StorageMarketActorAddr,
From: maddr,
Value: types.NewInt(0),
GasPrice: types.NewInt(0),