Skip to content

Commit

Permalink
fix: better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanco committed Jul 25, 2022
1 parent 1ea11d3 commit fca8ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const signTx = async (
});
reject(
`Tx ([${tx.hash.toString()}])
could not be find in a block
could not be find in the block
$([${truncatedString(inclusionBlockHash)}])`
);
}
Expand Down

0 comments on commit fca8ede

Please sign in to comment.