Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
cargo-contract
Commits
31a35a19
Commit
31a35a19
authored
Mar 28, 2022
by
Sasha Gryaznov
Browse files
add contract call data to debug log
parent
2b7b50f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cmd/extrinsics/call.rs
View file @
31a35a19
...
...
@@ -132,6 +132,7 @@ impl CallCommand {
.to_runtime_api
::
<
RuntimeApi
>
();
log
::
debug!
(
"calling contract {:?}"
,
self
.contract
);
log
::
debug!
(
"with data: {:?}"
,
hex
::
encode
(
&
data
));
let
tx_progress
=
api
.tx
()
.contracts
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment