Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeShimizu committed May 2, 2024
1 parent f955257 commit eaad553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lwk/lwkwallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Satoshi = uint64
type SatPerKVByte = uint64

const (
minimumSatPerByte = 200
minimumSatPerByte = 0.1
)

// LWKRpcWallet uses the elementsd rpc wallet
Expand Down

0 comments on commit eaad553

Please sign in to comment.