Skip to content

Commit

Permalink
Fix execution context parameters in DNS example (#723)
Browse files Browse the repository at this point in the history
* Fix execution content variables in DNS example

* Change lint back
  • Loading branch information
austinabell authored Mar 6, 2021
1 parent 2c431e5 commit adc42a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dns/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ mod dns {
ink_env::test::push_execution_context::<ink_env::DefaultEnvironment>(
caller,
AccountId::from(DEFAULT_CALLEE_HASH),
DEFAULT_ENDOWMENT,
DEFAULT_GAS_LIMIT,
DEFAULT_ENDOWMENT,
ink_env::test::CallData::new(ink_env::call::Selector::new([0x00; 4])),
)
}
Expand Down

0 comments on commit adc42a5

Please sign in to comment.