xdr/Stellar-transaction.x in stellar-base-0.0.6 vs xdr/Stellar-transaction.x in stellar-base-0.0.7

- old
+ new

@@ -37,13 +37,10 @@ { AccountID destination; // recipient of the payment Currency currency; // what they end up with int64 amount; // amount they end up with - opaque memo<32>; - opaque sourceMemo<32>; // used to return a payment - // payment over path Currency path<5>; // what hops it must go through to get there int64 sendMax; // the maximum amount of the source currency (==path[0]) to // send (excluding fees). // The operation will fail if can't be met @@ -210,12 +207,11 @@ struct Transaction { // account used to run the transaction AccountID sourceAccount; - // maximum fee this transaction can collect - // the transaction is aborted if the fee is higher - int32 maxFee; + // the fee the sourceAccount will pay + int32 fee; // sequence number to consume in the account SequenceNumber seqNum; // validity range (inclusive) for the ledger sequence number