Skip to content

Commit 51fe3b5

Browse files
committed
Fix type name in code comment
Wrong type name, fix it up.
1 parent f81fec1 commit 51fe3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/src/v17/wallet/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub use self::error::*;
2121
//
2222
// The following structs are very similar but have slightly different fields and docs.
2323
// - GetTransaction
24-
// - ListSinceLastBlockTransaction
24+
// - ListSinceBlockTransaction
2525
// - ListTransactionsItem
2626

2727
/// Returned as part of `getaddressesbylabel` and `getaddressinfo`

0 commit comments

Comments
 (0)