File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ interface IEscrow {
76
76
/// @dev Create a transaction.
77
77
/// @param _deadline Time after which a party can automatically execute the arbitrable transaction.
78
78
/// @param _transactionUri The IPFS Uri Hash of the transaction.
79
- /// @param _buyer Party that pays for the transaction. Note that msg.sender can provide finds on their behalf.
79
+ /// @param _buyer Party that pays for the transaction. Note that msg.sender can provide funds on their behalf.
80
80
/// @param _seller The recipient of the transaction.
81
81
/// @return transactionID The index of the transaction.
82
82
function createNativeTransaction (
@@ -91,7 +91,7 @@ interface IEscrow {
91
91
/// @param _token The ERC20 token contract.
92
92
/// @param _deadline Time after which a party can automatically execute the arbitrable transaction.
93
93
/// @param _transactionUri The IPFS Uri Hash of the transaction.
94
- /// @param _buyer Party that pays for the transaction. Note that msg.sender can provide finds on their behalf.
94
+ /// @param _buyer Party that pays for the transaction. Note that msg.sender can provide funds on their behalf.
95
95
/// @param _seller The recipient of the transaction.
96
96
/// @return transactionID The index of the transaction.
97
97
function createERC20Transaction (
You can’t perform that action at this time.
0 commit comments