mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 06:48:03 +00:00
improve runtime api return value names (#81)
This commit is contained in:
@@ -907,7 +907,7 @@ where
|
||||
.copied()
|
||||
.map(inkwell::values::BasicMetadataValueEnum::from)
|
||||
.collect::<Vec<_>>(),
|
||||
&format!("runtime API call {name}"),
|
||||
&format!("runtime_api_{name}_return_value"),
|
||||
)
|
||||
.unwrap()
|
||||
.try_as_basic_value()
|
||||
|
||||
Reference in New Issue
Block a user