Skip to content

Commit

Permalink
Update transfer.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopium21 authored Jan 30, 2025
1 parent e2a63dd commit 1ee2feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transfer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ pub struct TransferOperation {
/// The kind of transfer operation.
#[derive(Debug, Clone, PartialEq, Eq)]
pub enum TransferKind {
/// A non zero value transfer CALL
/// A non-zero value transfer CALL
Call,
/// A CREATE operation
Create,
Expand Down

0 comments on commit 1ee2feb

Please sign in to comment.