Skip to content

Commit

Permalink
fix(lsk-getters): fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Dec 25, 2023
1 parent 18b6bd9 commit 0f0488d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/lisk/lisk-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ type EstimateFeeParams = {
/**
* Current nonce
*/
nonce: number | string
nonce?: number | string
}

/**
Expand Down

0 comments on commit 0f0488d

Please sign in to comment.