Skip to content

Commit

Permalink
- STKR balance transfer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymoussprocket committed Apr 1, 2021
1 parent 97b2ff5 commit c55079c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chain/tezos/contracts/WrappedTezosHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export namespace WrappedTezosHelper {
fee: number,
sourceAddress: string,
destinationAddress: string,
amount: number,
amount: number | string,
gasLimit: number = 51_300,
storageLimit: number = 70
): Promise<string> {
Expand Down

0 comments on commit c55079c

Please sign in to comment.