WIP: Remove ChainWatchedUtil
[rust-lightning] / lightning / src / util / test_utils.rs
index fb0d532e1d1b9ed0c3df4d1f22f874566324dace..55fb0728f93adf586a038628febdb50bcc293e48 100644 (file)
@@ -410,6 +410,6 @@ impl chain::Access for TestChainSource {
 }
 
 impl chain::Notify for TestChainSource {
-       fn register_tx(&self, _txid: Txid, _script_pubkey: Script) {}
-       fn register_output(&self, _outpoint: OutPoint, _script_pubkey: Script) {}
+       fn register_tx(&self, _txid: &Txid, _script_pubkey: &Script) {}
+       fn register_output(&self, _outpoint: &OutPoint, _script_pubkey: &Script) {}
 }