Skip to content

Commit a2ecc24

Browse files
authored
fix: gas for remove auth for some reason (#425)
I have no clue why this fixes everything
1 parent c6e03fa commit a2ecc24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • v4-client-js/src/clients/modules

v4-client-js/src/clients/modules/post.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ export class Post {
10111011
undefined,
10121012
Method.BroadcastTxSync,
10131013
undefined,
1014-
undefined,
1014+
3,
10151015
);
10161016
}
10171017
}

0 commit comments

Comments
 (0)