Add wallet #479
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
parasitepool/para!479
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "add-wallet"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
add-walletto Add walletAdd walletto WIP: Add walletWIP: Add walletto Add walletLGTM
@ -61,0 +63,4 @@let (network_flag, section, extra) = match network {Network::Signet => ("signet=1", "[signet]", "signetchallenge=51\n\n"),Network::Regtest => ("regtest=1", "[regtest]", ""),_ => bail!("unsupported network: {network}"),bail for mainnet?