Skip to content

Commit

Permalink
temporary disable signature check
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tron committed Sep 8, 2023
1 parent 5f3fc7f commit e3c5cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/event_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func (h Handler) EmulateMessageToAccountEvent(ctx context.Context, request *oas.
}
emulator, err := txemulator.NewTraceBuilder(
txemulator.WithAccountsSource(h.storage),
txemulator.WithSignatureCheck(),
//txemulator.WithSignatureCheck(), todo: uncomment after tonspace switch to /v2/eallet/emulate
txemulator.WithConfigBase64(configBase64))
if err != nil {
return nil, toError(http.StatusInternalServerError, err)
Expand Down

0 comments on commit e3c5cc8

Please sign in to comment.