Skip to content

Commit

Permalink
rename add_terminals to add_consignment_txes
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Feb 13, 2025
1 parent 264c66a commit 1455f4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion altered_submodules/rgb
2 changes: 1 addition & 1 deletion rgb
2 changes: 1 addition & 1 deletion tests/utils/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ impl TestWallet {

pub fn accept_transfer(&mut self, consignment: Transfer, report: Option<&Report>) {
let mut resolver = self.get_resolver();
resolver.add_terminals(&consignment);
resolver.add_consignment_txes(&consignment);
self.accept_transfer_custom_resolver(consignment, report, &resolver);
}

Expand Down

0 comments on commit 1455f4e

Please sign in to comment.