Working test with block reward added

This commit is contained in:
Anton Gavrilov
2017-07-25 12:04:37 +02:00
parent 16f39487ba
commit 73128039a6
10 changed files with 192 additions and 13 deletions

View File

@@ -91,6 +91,9 @@ pub struct Params {
pub remove_dust_contracts : Option<bool>,
/// Wasm support flag
pub wasm: Option<bool>,
/// Apply reward flag
#[serde(rename="applyReward")]
pub apply_reward: Option<bool>,
}
#[cfg(test)]