Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Fix deposit flaw #98

Merged
merged 2 commits into from
Oct 26, 2018
Merged

Fix deposit flaw #98

merged 2 commits into from
Oct 26, 2018

Conversation

bun919tw
Copy link
Contributor

@bun919tw bun919tw commented Oct 10, 2018

issue #93

@codecov-io
Copy link

codecov-io commented Oct 21, 2018

Codecov Report

Merging #98 into master will decrease coverage by 0.09%.
The diff coverage is 84.21%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #98     +/-   ##
=========================================
- Coverage   85.35%   85.25%   -0.1%     
=========================================
  Files          30       30             
  Lines         669      685     +16     
  Branches       56       57      +1     
=========================================
+ Hits          571      584     +13     
- Misses         94       96      +2     
- Partials        4        5      +1
Impacted Files Coverage Δ
plasma_cash/client/client.py 97.36% <100%> (+0.39%) ⬆️
plasma_cash/child_chain/child_chain.py 88.23% <66.66%> (-2.91%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c6bcda...c6d3d49. Read the comment docs.

require(!wallet[uid].isConfirmed);
require(wallet[uid].depositor == msg.sender);

// Deposit abort should also wait for a while.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really understand this part, why we need to wait?

Copy link
Contributor

@boolafish boolafish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left #100 as TODO.
Merge this first.

@boolafish boolafish merged commit 93bc2a8 into omgnetwork:master Oct 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants