Skip to content

Commit

Permalink
Merge pull request #841 from telosnetwork/dev
Browse files Browse the repository at this point in the history
Release Candidate
  • Loading branch information
pmjanus authored Aug 28, 2024
2 parents 1c469dd + 4104973 commit dfaeb7a
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 dfaeb7a

Please sign in to comment.