what is the meaning of Error, exit code 73 and Error, exit code 9 for pool action like Deposit or Withdraw?

Jan 18, 2023, 11:54 PM
Jan 19, 2023, 12:01 AM
You need to deposit from the validator account:

throw_unless(73, (sender_wc == -1) & (sender_addr == validator_address));

https://github.com/ton-blockchain/nominator-pool/blob/main/func/pool.fc#L591
Jan 19, 2023, 5:15 AM
If I want to stop a pool,and take Validator`s ton back,what should I do?It seems that I can not do this when the pool is active.Howerver there is no command to passive a pool.
Jan 19, 2023, 6:51 AM

© 2024 Draquery.com All rights reserved.