mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-28 06:01:37 +00:00
enable circleci (#3)
This commit is contained in:
@ -41,7 +41,11 @@ fn main() {
|
||||
println!("ipfs node addresses are:\n{:?}", node_addresses);
|
||||
|
||||
let result = ipfs_node
|
||||
.call_code(&ipfs_rpc, "put", &[IValue::String("Hello, world".to_string())])
|
||||
.call_code(
|
||||
&ipfs_rpc,
|
||||
"put",
|
||||
&[IValue::String("Hello, world".to_string())],
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
println!("execution result {:?}", result);
|
||||
|
Reference in New Issue
Block a user