bitcoin 0.31

This commit is contained in:
Luke Parker
2023-10-30 04:45:20 -04:00
parent 2958f196fc
commit 34bcb9eb01
12 changed files with 122 additions and 91 deletions

View File

@@ -83,7 +83,7 @@ impl ReceivedOutput {
/// The value of this output.
pub fn value(&self) -> u64 {
self.output.value
self.output.value.to_sat()
}
/// Read a ReceivedOutput from a generic satisfying Read.