We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a1b02 commit edc809aCopy full SHA for edc809a
rholang/src/rust/interpreter/rho_runtime.rs
@@ -822,8 +822,8 @@ fn std_rho_chroma_processes() -> Vec<Definition> {
822
urn: "rho:chroma:collection:new".to_string(),
823
fixed_channel: FixedChannels::chroma_create_collection(),
824
// TODO (chase): How to define overloads?
825
- // This function can support 3 or 2 arguments (last one is optional).
826
- arity: 3,
+ // This function can support 4 or 3 arguments (including ack) (second to last one is optional).
+ arity: 4,
827
body_ref: BodyRefs::CHROMA_CREATE_COLLECTION,
828
handler: Box::new(|ctx| {
829
Box::new(move |args| {
0 commit comments