go fmt
This commit is contained in:
parent
c01c98159b
commit
eed57cdcf1
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ const (
|
|||
|
||||
bytePerKb = 1000
|
||||
|
||||
btcPerSatoshi = 1E-8
|
||||
btcPerSatoshi = 1e-8
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in a new issue