Skip to content

Commit d227fbd

Browse files
authored
Merge pull request #504 from hashgraph/sr/deps
2 parents 07b7e43 + 8dfc990 commit d227fbd

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

Cargo.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/transfer_transaction.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -268,15 +268,6 @@ impl TransferTransaction {
268268
.map(|it| (it.token_id, it.nft_transfers.clone()))
269269
.collect()
270270
}
271-
272-
/// Returns the transfers that will be executed.
273-
pub fn get_hbar_transfers(&self) -> HashMap<AccountId, Hbar> {
274-
self.data()
275-
.transfers
276-
.iter()
277-
.map(|it| (it.account_id, Hbar::from_tinybars(it.amount)))
278-
.collect()
279-
}
280271
}
281272

282273
impl TransactionExecute for TransferTransactionData {

0 commit comments

Comments
 (0)