msg.sender returns 0xff00000000000000000000000000000000000001 inside constructor because Filecoin actors are constructed through init actor (f01, which translates to the above 0xff...1 address). However, it should return the actual sender of the message.
msg.senderreturns0xff00000000000000000000000000000000000001inside constructor because Filecoin actors are constructed through init actor (f01, which translates to the above0xff...1address). However, it should return the actual sender of the message.