Remove `#[inline]` from `Transaction.get_strippedsize()`.

This commit is contained in:
Vis Virial 2021-06-29 07:40:13 +09:00
parent c9dead410a
commit 2bda871628
No known key found for this signature in database
GPG Key ID: 7CAA10504DE829B9
1 changed files with 0 additions and 1 deletions

View File

@ -434,7 +434,6 @@ impl Transaction {
}
/// Gets the size of this transaction excluding the witness data.
#[inline]
pub fn get_strippedsize(&self) -> usize {
let mut input_size = 0;
for input in &self.input {