Display payout amount when a block is found

This commit is contained in:
SChernykh
2022-01-29 17:00:12 +01:00
parent cf184295b4
commit 8767ef9e19
6 changed files with 36 additions and 5 deletions
+2
View File
@@ -137,6 +137,8 @@ struct PoolBlock
int deserialize(const uint8_t* data, size_t size, SideChain& sidechain);
bool get_pow_hash(RandomX_Hasher_Base* hasher, uint64_t height, const hash& seed_hash, hash& pow_hash);
uint64_t get_payout(const Wallet& w) const;
};
} // namespace p2pool