Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ly0va committed May 24, 2021
1 parent 8dd7a7f commit 1b23e1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/zksync-rs/src/operations/transfer_nft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ where
}
};

// Address is not used in signing, thus default can be passed to the constructor.
let nft_token = Token::new_nft(nft.id, &nft.symbol);
let (tx_nft, tx_nft_signature) = self
.wallet
Expand Down

0 comments on commit 1b23e1e

Please sign in to comment.