mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
bitcoin 0.31
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user