diff --git a/services/requester/key_store.go b/services/requester/key_store.go index 8a785413..c8d51879 100644 --- a/services/requester/key_store.go +++ b/services/requester/key_store.go @@ -6,11 +6,12 @@ import ( flowsdk "github.com/onflow/flow-go-sdk" "github.com/onflow/flow-go-sdk/crypto" + "github.com/onflow/flow-go/model/flow" ) var ErrNoKeysAvailable = fmt.Errorf("no keys available") -const accountKeyBlockExpiration = 1_000 +const accountKeyBlockExpiration = flow.DefaultTransactionExpiry type AccountKey struct { flowsdk.AccountKey