mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add method for fetching emulator version info (#1079)
This commit is contained in:
parent
b3828f8eb2
commit
25386f5b00
5 changed files with 21 additions and 2 deletions
|
@ -254,4 +254,8 @@ const char *run_get_method(const char *params, const char* stack, const char* co
|
|||
return output;
|
||||
}
|
||||
|
||||
const char *version() {
|
||||
return emulator_version();
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue