Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 03c8a06

Browse files
berticus2016richardmands
authored andcommitted
Propagate the AgoraMemo if it exists
1 parent 35fb607 commit 03c8a06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agora/model/transaction.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def from_proto(
9494
try:
9595
agora_memo = AgoraMemo.from_b64_string(memo_data)
9696
tx_type = agora_memo.tx_type()
97+
memo = agora_memo
9798
except ValueError:
9899
memo = memo_data
99100
tx_errors = TransactionErrors.from_solana_tx(solana_tx, item.transaction_error, item.transaction_id.value)

0 commit comments

Comments
 (0)