Skip to content

Commit

Permalink
Typo in Fund Issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
onigiri-x committed May 6, 2020
1 parent f6de24d commit 1195d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tools/FundIssuer.sol
Expand Up @@ -129,7 +129,7 @@ contract FundIssuer is ERC1820Client, IERC1400TokensRecipient, ERC1820Implemente
// Mapping from (assetAddress, paymentAddress) to amount of escrowed ERC20.
mapping(address => mapping (address => uint256)) internal _escrowedErc20;

// Mapping from (assetAddress, paymentAddress, peymentPartition) to amount of escrowed ERC1400.
// Mapping from (assetAddress, paymentAddress, paymentPartition) to amount of escrowed ERC1400.
mapping(address => mapping (address => mapping (bytes32 => uint256))) internal _escrowedErc1400;

// Mapping from token to token controllers.
Expand Down

0 comments on commit 1195d96

Please sign in to comment.