Update src/builder.rs

Co-authored-by: Kris Nuttycombe <kris@nutty.land>
This commit is contained in:
Gygaxis Vainhardt 2023-01-03 17:34:28 -04:00 committed by GitHub
parent cd8a39bd0c
commit b64d6ba01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ impl Builder {
Ok(())
}
/// Returns the action spend components that will be produced by the
/// Returns the action spend components that will be produced by the
/// transaction being constructed
pub fn spends(&self) -> &Vec<impl InputView<()>> {
&self.spends