Fix typo.

Fixes #2273
This commit is contained in:
chriseth 2017-05-17 11:20:46 +02:00 committed by GitHub
parent d9b5ff0b43
commit a0d0776bbc

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);
}
}