Skip to content

Commit

Permalink
fix(mobile): switch attemptWithRelayer default value to false
Browse files Browse the repository at this point in the history
  • Loading branch information
voloshinskii committed Apr 5, 2024
1 parent ff4c3dd commit adb930c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/utils/blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function sendBoc(boc, attemptWithRelayer = true) {
}
}

export async function emulateBoc(boc, params?, attemptWithRelayer = true) {
export async function emulateBoc(boc, params?, attemptWithRelayer = false) {
try {
if (
!attemptWithRelayer ||
Expand Down

0 comments on commit adb930c

Please sign in to comment.