integration-tests/tests/basic_deposit_then_withdraw.rs: add module docstring

[ci skip]
This commit is contained in:
Maximilian Krüger 2018-01-22 20:56:02 +01:00
parent ff7acc3f4a
commit b6a34c6252
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
/// spins up two parity nodes with the dev chain.
/// starts bridge that connects the two.
/// starts one bridge authority that connects the two.
/// does a deposit by sending ether to the HomeBridge.
/// asserts that the deposit got relayed to foreign chain.
/// does a withdraw by executing ForeignBridge.transferToHomeBridge.
/// asserts that the withdraw got relayed to home chain.
extern crate tempdir;
extern crate ethereum_types;