We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb43b4 commit 0194fb0Copy full SHA for 0194fb0
src/transaction.rs
@@ -462,7 +462,7 @@ impl TxOut {
462
463
/// Whether or not this output is a fee output
464
pub fn is_fee(&self) -> bool {
465
- self.script_pubkey.is_empty()
+ self.script_pubkey.is_empty() && self.value.is_explicit() && self.asset.is_explicit()
466
}
467
468
/// Extracts the minimum value from the rangeproof, if there is one, or returns 0.
0 commit comments