mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-30 06:31:39 +00:00
add comment
This commit is contained in:
@ -85,6 +85,7 @@ impl CoordinatorWallet {
|
||||
}
|
||||
|
||||
// check if bond output to us is big enough
|
||||
// trait bond_output_sum
|
||||
|
||||
// let valid = tx.verify_tx();
|
||||
Ok(true)
|
||||
|
@ -35,7 +35,8 @@ impl BondTx for Transaction {
|
||||
}
|
||||
|
||||
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() {}
|
||||
Ok(0)
|
||||
|
Reference in New Issue
Block a user