dead_code, not test.
This commit is contained in:
parent
9d3049bac0
commit
a0c2c6e71d
@ -68,7 +68,7 @@ impl Transaction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Create a new message-call transaction.
|
/// Create a new message-call transaction.
|
||||||
#[cfg(test)]
|
#[allow(dead_code)]
|
||||||
pub fn new_call(to: Address, value: U256, data: Bytes, gas: U256, gas_price: U256, nonce: U256) -> Transaction {
|
pub fn new_call(to: Address, value: U256, data: Bytes, gas: U256, gas_price: U256, nonce: U256) -> Transaction {
|
||||||
Transaction {
|
Transaction {
|
||||||
nonce: nonce,
|
nonce: nonce,
|
||||||
|
Loading…
Reference in New Issue
Block a user