Skip to content

Commit

Permalink
Fix abstract + async issue
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Dec 19, 2020
1 parent 9afc9c6 commit fc625c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export abstract class Helpers {
* @returns status of tx, current no. of confirms and est. next block generation timestamp.
* No. of confirmations and block timestamp is only returned when `status:Included`
*/
public abstract async validateInitiateTransaction(
public abstract validateInitiateTransaction(
blockHeight: number,
txID: string,
secretHash: string,
Expand Down

0 comments on commit fc625c5

Please sign in to comment.