mirror of
https://github.com/alexgo-io/stacks-subnets.git
synced 2026-04-29 12:15:25 +08:00
fix: resolve issues in FT tests
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -714,7 +714,7 @@ pub fn get_ft_withdrawal_entry<F: std::fmt::Display>(
|
||||
sender: F,
|
||||
withdrawal_id: u32,
|
||||
contract_identifier: QualifiedContractIdentifier,
|
||||
id: u64,
|
||||
amount: u64,
|
||||
) -> WithdrawalEntry {
|
||||
let client = reqwest::blocking::Client::new();
|
||||
let path = format!(
|
||||
@@ -725,7 +725,7 @@ pub fn get_ft_withdrawal_entry<F: std::fmt::Display>(
|
||||
withdrawal_id,
|
||||
StacksAddress::from(contract_identifier.issuer),
|
||||
contract_identifier.name.as_str(),
|
||||
id
|
||||
amount
|
||||
);
|
||||
|
||||
let res = client
|
||||
|
||||
Reference in New Issue
Block a user