0g-chain/internal/x/paychan/endblocker.go

13 lines
242 B
Go
Raw Normal View History

2018-08-24 23:18:41 +00:00
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
}