Skip to content

Commit 8b3ea3d

Browse files
committed
Remove check in SDKClient
Signed-off-by: Luis Mastrangelo <[email protected]>
1 parent 970426e commit 8b3ea3d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/relay/src/lib/clients/sdkClient.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,6 @@ export class SDKClient {
417417
originalCallerAddress: string,
418418
estimatedTxFee?: number,
419419
): Promise<TransactionResponse> {
420-
if (ConfigService.get('READ_ONLY')) {
421-
throw predefined.UNSUPPORTED_OPERATION('Relay is in read-only mode');
422-
}
423-
424420
const txConstructorName = transaction.constructor.name;
425421
let transactionId: string = '';
426422
let transactionResponse: TransactionResponse | null = null;

0 commit comments

Comments
 (0)