stellar / django-polaris

An extendable Django app for building modular Stellar services
https://django-polaris.readthedocs.io
Apache License 2.0
94 stars 66 forks source link

MIssing OPERATION_SEND constant from polaris settings.py file. #678

Closed santoshchaurasiya closed 1 year ago

santoshchaurasiya commented 1 year ago

What version are you using?

2.3.6

What did you do?

Implementing SEP-31

What did you expect to see?

I am expecting to see OPERATION_SEND constant should be defined in below file. https://github.com/stellar/django-polaris/blob/master/polaris/settings.py#L139

What did you see instead?

Missing the OPERATION_SEND constant from there.

JakeUrban commented 1 year ago

resolved with #680