1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Fix typo in BurningConfig (#721)

This commit is contained in:
SpyCheese 2023-06-05 17:22:13 +03:00 committed by GitHub
parent 961d870ece
commit b4f4aa3ca7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -1963,7 +1963,7 @@ BurningConfig Config::get_burning_config() const {
return {};
}
BurningConfig c;
c.fee_burn_nom = rec.fee_burn_nom;
c.fee_burn_num = rec.fee_burn_num;
c.fee_burn_denom = rec.fee_burn_denom;
vm::CellSlice& addr = rec.blackhole_addr.write();
if (addr.fetch_long(1)) {