Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Oct 22, 2024
1 parent a89eda7 commit a68252f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/methods/f3/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ mod tests {

#[test]
fn decode_f3_participation_lease_ticket_from_lotus() {
// ticket is generated by a Lotus ndoe by calling `Filecoin.F3GetOrRenewParticipationTicket`
// ticket is generated from a Lotus node by calling `Filecoin.F3GetOrRenewParticipationTicket`
// params: ["t01000", "", 1]
let ticket = "hW5jYWxpYnJhdGlvbm5ldHg0MTJEM0tvb1dKV0VxZzRLcXpxQUJMeU0yMUtBbWFKYzNqdFBzWEJrNmJNNllyN1BLSGczSxkD6AAB";
let ticket_bytes = BASE64_STANDARD.decode(ticket).unwrap();
Expand Down

0 comments on commit a68252f

Please sign in to comment.