cic-custodial/internal/tasker/task/utils.go
Mohammed Sohail 341a760f02
feat: (wip) add account activation and gas quota lock
* This is a crude lock that restricts each account to the set gas quota.
2023-03-08 06:49:09 +00:00

6 lines
46 B
Go

package task
const (
lockPrefix = "lock:"
)