Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix tuple err while generating abi
Browse files Browse the repository at this point in the history
quasisamurai committed Nov 22, 2018
1 parent 9ae8943 commit 1ab3e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/source/contracts/Deals.sol
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ contract Deals is Administratable {
uint lastBillTS;
}

mapping(uint => Deal) public deals;
mapping(uint => Deal) deals;

mapping(address => uint[]) dealsID;

0 comments on commit 1ab3e9f

Please sign in to comment.