Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fmt
  • Loading branch information
ascjones committed Feb 1, 2023
commit 183044ab3c8bfe473c76881f10b3131d17b56e8f
3 changes: 2 additions & 1 deletion examples/erc1155/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@ mod erc1155 {
.push_arg(from)
.push_arg(token_id)
.push_arg(value)
.push_arg(data),Call::new()
.push_arg(data),
Call::new(),
)
.returns::<Vec<u8>>()
.params()
Expand Down