Skip to content

Commit

Permalink
Remove &-reference while passing RawActionData
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirpashaa committed Feb 29, 2024
1 parent 84ac53a commit 64c1231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/telos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub async fn send_to_telos(
network_config.signer_account,
network_config.signer_permission,
)],
&raw_action_data,
raw_action_data,
);

let transaction = Transaction {
Expand Down

0 comments on commit 64c1231

Please sign in to comment.