mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
b923196a85
@ -612,7 +612,7 @@ Safe Remote Purchase
|
|||||||
// block the refund - the withdraw pattern should be used.
|
// block the refund - the withdraw pattern should be used.
|
||||||
|
|
||||||
buyer.transfer(value);
|
buyer.transfer(value);
|
||||||
seller.transfer(this.balance));
|
seller.transfer(this.balance);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user