Feat/cli deterministic multisig#167
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
cli/src/command/multisig_create.rs
Outdated
| .expect("Failed to get blockhash"); | ||
|
|
||
| let random_keypair = Keypair::new(); | ||
| let random_keypair = if let Some(seed_keypair_path) = seed_keypair { |
There was a problem hiding this comment.
Valid, will patch ✅
Changes