Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouop0 authored and 0x677261706562616261 committed Nov 21, 2023
1 parent 1a0468c commit 01ae43d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/bitcoincommiter/keeper/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ func DefaultBITCOINConfig(homePath string) *BITCOINConfig {
config.NetworkName = "signet"
config.RPCHost = "localhost"
config.RPCPort = "8332"
config.RPCUser = "b2node"
config.RPCPass = "b2node"
config.WalletName = "b2node"
config.RPCUser = "rpcuser"
config.RPCPass = "rpcpass"
config.WalletName = "walletname"
config.Destination = "tb1qgm39cu009lyvq93afx47pp4h9wxq5x92lxxgnz"
return &config
}
Expand Down

0 comments on commit 01ae43d

Please sign in to comment.