We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47aae3e commit 9d68812Copy full SHA for 9d68812
services/requester/key_store.go
@@ -6,11 +6,12 @@ import (
6
7
flowsdk "github.com/onflow/flow-go-sdk"
8
"github.com/onflow/flow-go-sdk/crypto"
9
+ "github.com/onflow/flow-go/model/flow"
10
)
11
12
var ErrNoKeysAvailable = fmt.Errorf("no keys available")
13
-const accountKeyBlockExpiration = 1_000
14
+const accountKeyBlockExpiration = flow.DefaultTransactionExpiry
15
16
type AccountKey struct {
17
flowsdk.AccountKey
0 commit comments