0g-chain/internal/x/paychan/endblocker.go
2018-08-24 19:18:41 -04:00

13 lines
242 B
Go

package paychan
import ()
func EndBlocker(ctx sdk.Context k Keeper) sdk.Tags {
// Iterate through submittedUpdates and for each
// if current block height >= executionDate
// k.CloseChannel(...)
tags := sdk.NewTags()
return tags
}