Merge pull request #2277 from ethereum/chriseth-patch-1

Fix typo.
This commit is contained in:
chriseth
2017-05-17 14:28:55 +02:00
committed by GitHub
+1 -1
View File
@@ -612,7 +612,7 @@ Safe Remote Purchase
// block the refund - the withdraw pattern should be used.
buyer.transfer(value);
seller.transfer(this.balance));
seller.transfer(this.balance);
}
}