Skip to content

Commit

Permalink
fix compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Jul 4, 2024
1 parent bff56cb commit e96ed9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ func createCommonTransactionReceipt(common starknetRPC.CommonTransactionReceipt)
Amount: convertFelt(common.ActualFee.Amount),
Unit: string(common.ActualFee.Unit),
},
ExecutionStatus: convertFelt(common.ExecutionStatus),
ExecutionStatus: string(common.ExecutionStatus),
MessagesSent: convertMessageSent(common.MessagesSent),
RevertReason: common.RevertReason,
Events: convertEvents(common.Events),
Expand Down

0 comments on commit e96ed9a

Please sign in to comment.