nit: consistent name (#22857)

This commit is contained in:
Jack May
2022-01-31 23:46:04 -08:00
committed by GitHub
parent 9f1f7aff2b
commit 551c24da57
5 changed files with 11 additions and 7 deletions

View File

@ -409,7 +409,7 @@ impl<'a> InvokeContext<'a> {
}
/// Current depth of the invocation stack
pub fn invoke_depth(&self) -> usize {
pub fn get_invoke_depth(&self) -> usize {
self.transaction_context
.get_instruction_context_stack_height()
}