Skip to content

Commit

Permalink
fix json test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Lubinets committed Sep 17, 2018
1 parent 90dba02 commit 638d4cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"origin": "0xcd1722f3947def4cf144679da39c4c32bdc35681",
"value": "0x0de0b6b3a7640000"
},
"gas": "0x01730c,
"gas": "0x01730c",
"logs": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
"out": "0x",
"post": {
Expand Down
1 change: 1 addition & 0 deletions network/musicoin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ impl<A: AccountPatch> Patch for FrontierPatch<A> {
fn has_static_call() -> bool { false }
fn has_revert() -> bool { false }
fn has_return_data() -> bool { false }
fn has_bitwise_shift() -> bool { false }
fn err_on_call_with_more_gas() -> bool { true }
fn call_create_l64_after_gas() -> bool { false }
fn memory_limit() -> usize { usize::max_value() }
Expand Down

0 comments on commit 638d4cc

Please sign in to comment.