xdr/Stellar-transaction.x in stellar-base-0.8.0 vs xdr/Stellar-transaction.x in stellar-base-0.9.0
- old
+ new
@@ -313,10 +313,10 @@
/* Operation Results section */
/* This result is used when offers are taken during an operation */
struct ClaimOfferAtom
{
- // emited to identify the offer
+ // emitted to identify the offer
AccountID sellerID; // Account that owns the offer
uint64 offerID;
// amount and asset taken from the owner
Asset assetSold;