Skip to content

Commit

Permalink
bld_claim
Browse files Browse the repository at this point in the history
  • Loading branch information
inozemtsev-roman committed Sep 7, 2024
1 parent 71eecb7 commit 2085436
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ const orderTypes: OrderType[] = [
},

{
name: "Запросить кошелек администратора",
name: "Заявить права администратора",
fields: {
jettonMinterAddress: {
name: "Адрес контракта жетона",
Expand Down
2 changes: 1 addition & 1 deletion src/multisig/MultisigOrderChecker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export const checkMultisigOrder = async (
try {
const slice = cell.beginParse();
const parsed = JettonMinter.parseClaimAdmin(slice);
return `Запросить адрес администратора`;
return `Заявить права администратора`;
} catch (e) {}

try {
Expand Down

0 comments on commit 2085436

Please sign in to comment.