Remove `#[inline]` from `Transaction.get_strippedsize()`.
This commit is contained in:
parent
c9dead410a
commit
2bda871628
|
@ -434,7 +434,6 @@ impl Transaction {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Gets the size of this transaction excluding the witness data.
|
/// Gets the size of this transaction excluding the witness data.
|
||||||
#[inline]
|
|
||||||
pub fn get_strippedsize(&self) -> usize {
|
pub fn get_strippedsize(&self) -> usize {
|
||||||
let mut input_size = 0;
|
let mut input_size = 0;
|
||||||
for input in &self.input {
|
for input in &self.input {
|
||||||
|
|
Loading…
Reference in New Issue