filecoin-project / specs-actors

DEPRECATED Specification of builtin actors, in the form of executable code.
Other
86 stars 102 forks source link

Feat/alter burn funds #1537

Closed koalacxr closed 2 years ago

koalacxr commented 2 years ago

this modified as follows:

  1. modify burnFunds method, add the burn type, and change the log type to Info , query the burn type in logs.
  2. modify multiAddrs parameter type of the ConstructMinerInfo method so that the type is used correctly.
koalacxr commented 2 years ago

burnFunds method changed to make it easier to query what type of burn is consumed?