| 373 | } |
| 374 | |
| 375 | int64_t GetVirtualTransactionInputSize(const CTransaction& tx, const size_t nIn, int64_t nSigOpCost, unsigned int bytes_per_sigop) |
| 376 | { |
| 377 | return GetVirtualTransactionSize(GetTransactionInputWeight(tx, nIn), nSigOpCost, bytes_per_sigop); |
| 378 | } |
nothing calls this directly
no test coverage detected