Skip to content

Commit

Permalink
Merge pull request #840 from telosnetwork/839-wrong-parameters-in-tra…
Browse files Browse the repository at this point in the history
…nsactions-query

#839 | Query parameters for transactions for a block were fixed
  • Loading branch information
pmjanus authored Aug 28, 2024
2 parents a5c1be9 + 0da6b8f commit 4104973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TransactionTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ async function getPath() {
path += '&includeAbi=true';
if (props.block) {
path += `&startBlock=${props.block}&endBlock=${props.block}`;
path += `&block=${props.block}`;
}
return path;
Expand Down

0 comments on commit 4104973

Please sign in to comment.