Skip to content

Commit

Permalink
Add link to TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Dec 5, 2023
1 parent 9486270 commit c28e708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/wallet/operations/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ where
) -> Result<BlockId> {
log::debug!("submit_basic_block");

// TODO
// TODO https://github.com/iotaledger/iota-sdk/issues/1741
let issuer_id = issuer_id.into().unwrap_or(AccountId::null());

let block = self
Expand Down

0 comments on commit c28e708

Please sign in to comment.