Skip to content

Commit

Permalink
remove fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
puhtaytow committed Dec 1, 2024
1 parent 8dec630 commit cfbf48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ampd/src/handlers/starknet_verify_verifier_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ where
poll_id,
votes: vec![vote],
})
.expect("vote msg should serialize"), // FIXME: handle error?
.expect("vote msg should serialize"),
funds: vec![],
}
}
Expand Down

0 comments on commit cfbf48b

Please sign in to comment.