Skip to content

Commit 203567b

Browse files
Update src/lib.rs
Co-authored-by: Leonardo L. <[email protected]>
1 parent 3fea596 commit 203567b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ mod test {
10351035

10361036
#[cfg(all(feature = "blocking", feature = "async"))]
10371037
#[tokio::test]
1038-
async fn test_get_address_txns() {
1038+
async fn test_get_address_txs() {
10391039
let (blocking_client, async_client) = setup_clients().await;
10401040

10411041
let address = BITCOIND

0 commit comments

Comments
 (0)