Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
nonsense committed Mar 18, 2021
1 parent 1de66af commit c0390f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storagemarket/impl/clientstates/client_fsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ var ClientEvents = fsm.Events{
fsm.Event(storagemarket.ClientEventDealActivated).
FromMany(storagemarket.StorageDealAwaitingPreCommit, storagemarket.StorageDealSealing).
To(storagemarket.StorageDealActive).
Action(func(deal *storagemarket.ClientDeal, err error) error {
Action(func(deal *storagemarket.ClientDeal) error {
deal.AddLog("deal activated")
return nil
}),
Expand Down

0 comments on commit c0390f6

Please sign in to comment.