spec/lib/stellar/transaction_spec.rb in stellar-base-0.0.7 vs spec/lib/stellar/transaction_spec.rb in stellar-base-0.0.8
- old
+ new
@@ -4,12 +4,10 @@
subject do
Stellar::Transaction.new({
source_account: "\x00" * 32,
fee: 10,
seq_num: 1,
- max_ledger: 10,
- min_ledger: 0,
- memo: Stellar::Memo.new(:memo_type_none),
+ memo: Stellar::Memo.new(:memo_none),
operations: [
Stellar::Operation.new(body: Stellar::Operation::Body.new(:inflation))
]
})
end