diff --git a/flow_helpers/flow_helpers.go b/flow_helpers/flow_helpers.go index c96b36f4..f460b6c8 100644 --- a/flow_helpers/flow_helpers.go +++ b/flow_helpers/flow_helpers.go @@ -32,7 +32,7 @@ const hexPrefix = "0x" // LatestBlockId retuns the flow.Identifier for the latest block in the chain. func LatestBlockId(ctx context.Context, flowClient FlowClient) (*flow.Identifier, error) { - block, err := flowClient.GetLatestBlockHeader(ctx, true) + block, err := flowClient.GetLatestBlockHeader(ctx, false) if err != nil { return nil, err }