msgid "" "Note that the value of tag `3` is binary, not hex, and that for the child inscription to be recognized as a child, " "`000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1fi0` must be spent as one of the inputs of the inscribe transaction." msgstr "" "Заметим, что значение метки `3` двоичное, а не шестнадцатеричное, и что для того, чтобы надпись была признана детской, " "`000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1fi0` должен быть потрачен как один из входов inscribe транзакции." #: src/inscriptions/provenance.md:50 msgid "Example encoding of inscription ID `000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1fi255`:" msgstr "Пример кодировки ID надписи `000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1fi255`:" #: src/inscriptions/provenance.md:53 msgid "" "```\n" "OP_FALSE\n" "OP_IF\n" " …\n" " OP_PUSH 3\n" " OP_PUSH 0x1f1e1d1c1b1a191817161514131211100f0e0d0c0b0a09080706050403020100ff\n" " …\n" "OP_ENDIF\n" "```" msgstr "" "```\n" "OP_FALSE\n"