You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is the only_query property private in DeclareTransaction, but public in DeployAccountTransaction and InvokeTransaction? This makes it necessary to use one of the constructors for DeclareTransaction, whereas the other two transaction objects can be instantiated directly.
The text was updated successfully, but these errors were encountered:
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a 👍
Because this issue is marked as stale, it will be closed and locked in 7 days if no further activity occurs.
Thank you for your contributions!
sequencer/crates/blockifier/src/transaction/transactions.rs
Line 134 in 1ade15c
Why is the
only_query
property private inDeclareTransaction
, but public inDeployAccountTransaction
andInvokeTransaction
? This makes it necessary to use one of the constructors forDeclareTransaction
, whereas the other two transaction objects can be instantiated directly.The text was updated successfully, but these errors were encountered: