Skip to content

Commit 6f29f40

Browse files
authored
Revert "fix: many null checks fixed (#2059)" (#2065)
This reverts commit 63ea9a2.
1 parent 54db50d commit 6f29f40

File tree

3 files changed

+52
-290
lines changed

3 files changed

+52
-290
lines changed

sdk/src/constants/txConstants.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ export const NOT_CONFIRMED_ERROR_CODE = -1001;
44
export const FUEL_RESET_LOG_ACCOUNT = new PublicKey(
55
'FuE1gqp2fzw2sDNLrbZqKsqpphJcoSW6HPaSJjGd4RZ4'
66
);
7-
8-
export const DEFAULT_COMMITMENT_LEVEL = 'confirmed';

0 commit comments

Comments
 (0)