Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ relay_fee
Function
relay_fee
bridge/src/transactions/base.rs:59–61 ·
view source on GitHub ↗
(vsize: usize)
Source
from the content-addressed store, hash-verified
57
}
58
59
pub const fn relay_fee(vsize: usize) -> u64 {
60
(vsize as f32 * RELAY_FEE_BUFFER_MULTIPLIER) as u64 * MIN_RELAY_FEE_RATE
61
}
62
63
pub fn merge_transactions(
64
destination_transaction: &mut Transaction,
Callers
1
base.rs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected