This commit is contained in:
2025-08-21 12:21:52 +02:00
parent febe87c55e
commit 40b3911781
4 changed files with 3 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ pub struct MyceliumRPC {
pub mut:
name string = 'default'
url string = default_url // RPC server URL
rpc_client ?&jsonrpc.Client @[skip]
// rpc_client ?&jsonrpc.Client @[skip]
}
// your checking & initialization code if needed