openlawteam / tribute-contracts

A new modular DAO framework, inspired by the Moloch smart contracts
https://tributedao.com
MIT License
295 stars 109 forks source link

fix-28: only sender can withdraw #518

Closed fforbeck closed 2 years ago

fforbeck commented 2 years ago

Proposed Changes

codecov[bot] commented 2 years ago

Codecov Report

Merging #518 (3bc3261) into master (0746391) will increase coverage by 0.54%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #518      +/-   ##
==========================================
+ Coverage   82.31%   82.86%   +0.54%     
==========================================
  Files          53       53              
  Lines        1855     1856       +1     
  Branches      431      431              
==========================================
+ Hits         1527     1538      +11     
+ Misses        328      318      -10     
Impacted Files Coverage Δ
contracts/adapters/BankAdapter.sol 100.00% <100.00%> (+18.18%) :arrow_up:
contracts/extensions/bank/Bank.sol 80.57% <0.00%> (+5.75%) :arrow_up:

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 0746391...3bc3261. Read the comment docs.