Skip to content

Commit 1d0ebdd

Browse files
committed
Update some commentary regarding an assumption
1 parent 9a2c916 commit 1d0ebdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/snapshot/mark_set_go.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ impl Snapshot {
128128
.0
129129
.into_iter()
130130
.map(|(pool_id, params)| {
131-
// Convert RewardAccount (Vec<u8>) to StakeAddress
131+
// Convert RewardAccount (Vec<u8>) to StakeAddress (arbitralily chosen over ScripHash)
132132
let reward_account =
133133
StakeAddress::from_binary(&params.reward_account.0)
134134
.unwrap_or_else(|_|

0 commit comments

Comments
 (0)