Skip to content

Commit

Permalink
missing prototype pointer for multisig v3
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott committed Mar 4, 2021
1 parent ccfcba1 commit 2f9a225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ var LotusPrototypes = map[LotusType]ipld.NodePrototype{
MarketActorV2State: types.Type.MarketV2State__Repr,
MarketActorV3State: types.Type.MarketV3State__Repr,
MultisigActorState: types.Type.MultisigV0State__Repr,
MultisigActorV3State: types.Type.MultisigV3State__Repr,
StorageMinerActorState: types.Type.MinerV0State__Repr,
StorageMinerActorInfo: types.Type.MinerV0Info__Repr,
StorageMinerActorVestingFunds: types.Type.MinerV0VestingFunds__Repr,
Expand Down

0 comments on commit 2f9a225

Please sign in to comment.