v2.0.0-beta2

main
Steve Korshakov 2022-06-16 09:51:22 +04:00
parent 5cf0c0cc54
commit 26e5c50ae1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "ton-x", "name": "ton-x",
"version": "2.0.0-beta1", "version": "2.0.0-beta2",
"repository": "https://github.com/ton-foundation/ton-x.git", "repository": "https://github.com/ton-foundation/ton-x.git",
"author": "Steve Korshakov <steve@korshakov.com>", "author": "Steve Korshakov <steve@korshakov.com>",
"license": "MIT", "license": "MIT",

View File

@ -64,7 +64,7 @@ export class TonhubLocalConnector {
if (tx.__IS_TON_X !== true) { if (tx.__IS_TON_X !== true) {
return false; return false;
} }
if (!configCodec.is(tx)) { if (!configCodec.is(tx.config)) {
return false; return false;
} }
return true; return true;