We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2c916 commit 1d0ebddCopy full SHA for 1d0ebdd
common/src/snapshot/mark_set_go.rs
@@ -128,7 +128,7 @@ impl Snapshot {
128
.0
129
.into_iter()
130
.map(|(pool_id, params)| {
131
- // Convert RewardAccount (Vec<u8>) to StakeAddress
+ // Convert RewardAccount (Vec<u8>) to StakeAddress (arbitralily chosen over ScripHash)
132
let reward_account =
133
StakeAddress::from_binary(¶ms.reward_account.0)
134
.unwrap_or_else(|_|
0 commit comments