Skip to content

Commit

Permalink
feat: Add logging for extrinsic call before submission
Browse files Browse the repository at this point in the history
  • Loading branch information
S0c5 committed Apr 30, 2024
1 parent e3861f2 commit 268f0f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sube/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ where
[len, encoded_inner].concat()
};

log::info!("EXTRICIC_CALL {:?}", hex::encode(&extrinsic_call));

chain.submit(&extrinsic_call).await?;

Ok(Response::Void)
Expand Down

0 comments on commit 268f0f3

Please sign in to comment.