Skip to content

Commit

Permalink
raw_transactions -> signed_transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-near committed Mar 12, 2024
1 parent 260ea32 commit 4cda2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gas_station_event_indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async def handle_streamer_message(streamer_message: near_primitives.StreamerMess
else:
payload = {
"foreign_chain_id": parsed_event_data["foreign_chain_id"],
"raw_transactions": parsed_event_data["signed_transactions"],
"signed_transactions": parsed_event_data["signed_transactions"],
}
response = requests.post(
url="localhost:3030/send_funding_and_user_signed_txns",
Expand Down

0 comments on commit 4cda2d0

Please sign in to comment.