mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
chore: add comment
This commit is contained in:
@@ -1726,6 +1726,9 @@ impl<'a, 'hooks> GlobalContext<'a, 'hooks> {
|
||||
self.database.roll_back()
|
||||
}
|
||||
|
||||
// the allow_private parameter allows private functions calls to return any Clarity type
|
||||
// and not just Response. It only has effect is the devtools feature is enabled. eg:
|
||||
// clarity = { version = "*", features = ["devtools"] }
|
||||
pub fn handle_tx_result(
|
||||
&mut self,
|
||||
result: Result<Value>,
|
||||
|
||||
Reference in New Issue
Block a user