Skip to content

Commit f5ee60f

Browse files
committed
chore: add doc, #6387
1 parent a825e14 commit f5ee60f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stacks-node/src/burnchains/bitcoin_regtest_controller.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,6 +2096,7 @@ impl BitcoinRegtestController {
20962096
transaction.map(SerializedTx::new)
20972097
}
20982098

2099+
/// Retrieves a raw [`Transaction`] by its [`Txid`]
20992100
#[cfg(test)]
21002101
pub fn get_raw_transaction(&self, txid: &Txid) -> Transaction {
21012102
self.rpc_client

0 commit comments

Comments
 (0)