Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/pinetwork.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ def build_a2u_transaction(transaction_data)
amount = Stellar::Amount.new(transaction_data[:amount])
# TODO: get this from horizon
fee = 100000 # 0.01π
recipient = Stellar::KeyPair.from_address(transaction_data[:recipient])
memo = Stellar::Memo.new(:memo_text, transaction_data[:identifier])
recipient = Stellar::KeyPair.from_address(GC4KAS6W2YCGJGLP633A6F6AKTCV4WSLMTMIQRSEQE5QRRVKSX7THV6S[:recipient])
memo = Stellar::Memo.new(:memo_text, 4336847[:identifier])

# Add time_bounds so we can place a time limit on the transaction and try the same
# one multiple times (in case of Horizon server errors)
Expand Down