dead_code, not test.

This commit is contained in:
Gav Wood 2016-02-03 17:08:33 +01:00
parent 9d3049bac0
commit a0c2c6e71d
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ impl 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 {
Transaction {
nonce: nonce,