mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-31 23:21:38 +00:00
add comment
This commit is contained in:
@ -85,6 +85,7 @@ impl CoordinatorWallet {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// check if bond output to us is big enough
|
// check if bond output to us is big enough
|
||||||
|
// trait bond_output_sum
|
||||||
|
|
||||||
// let valid = tx.verify_tx();
|
// let valid = tx.verify_tx();
|
||||||
Ok(true)
|
Ok(true)
|
||||||
|
@ -35,7 +35,8 @@ impl BondTx for Transaction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn bond_output_sum(&self, bond_address: &str) -> Result<u64> {
|
fn bond_output_sum(&self, bond_address: &str) -> Result<u64> {
|
||||||
let bond_script = ScriptBuf;
|
panic!("implement");
|
||||||
|
// let bond_script = ScriptBuf;
|
||||||
|
|
||||||
for output in self.output.iter() {}
|
for output in self.output.iter() {}
|
||||||
Ok(0)
|
Ok(0)
|
||||||
|
Reference in New Issue
Block a user