Skip to content

Commit

Permalink
Debugging build
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Oct 24, 2024
1 parent 7627338 commit 7861fe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void setup() {
publicKey
);

FlowAccessApi.AccessApiCallResponse<FlowBlock> response = accessAPI.getLatestBlock(true);
FlowAccessApi.AccessApiCallResponse<FlowBlock> response = accessAPI.getLatestBlock(true, false);
if (response instanceof FlowAccessApi.AccessApiCallResponse.Success) {
FlowBlock block = ((FlowAccessApi.AccessApiCallResponse.Success<FlowBlock>) response).getData();
collectionId = block.getCollectionGuarantees().get(0).getId();
Expand Down

0 comments on commit 7861fe9

Please sign in to comment.