mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
bugfix in config sc + docs
This commit is contained in:
parent
4b5dd4525e
commit
9bff9285b8
4 changed files with 308 additions and 6 deletions
|
@ -496,7 +496,7 @@ int register_voting_proposal(slice cs, int msg_value) impure inline_ref {
|
|||
}
|
||||
if (tag == 0x6e565052) {
|
||||
;; new voting proposal
|
||||
var price = register_voting_proposal(cs, msg_value);
|
||||
var price = register_voting_proposal(in_msg, msg_value);
|
||||
int mode = 64;
|
||||
int ans_tag = - price;
|
||||
if (price >= 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue