Skip to content

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Nov 17, 2021
1 parent 15d2f71 commit 55d0311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/wallet/src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ where
.await?;

self.output_manager_service
.add_output_with_tx_id(tx_id, unblinded_output.clone(), None)
.add_unvalidated_output(tx_id, unblinded_output.clone(), None)
.await?;

info!(
Expand Down

0 comments on commit 55d0311

Please sign in to comment.