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.
2 parents 47aae3e + 9d68812 commit e250f39Copy full SHA for e250f39
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