fix formatting
This commit is contained in:
parent
c36e19405d
commit
534367153a
1 changed files with 5 additions and 5 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/hex"
|
|
||||||
"fmt"
|
|
||||||
"github.com/boltcard/boltcard/crypto"
|
|
||||||
"os"
|
|
||||||
"bytes"
|
"bytes"
|
||||||
"crypto/aes"
|
"crypto/aes"
|
||||||
|
"encoding/hex"
|
||||||
|
"fmt"
|
||||||
"github.com/aead/cmac"
|
"github.com/aead/cmac"
|
||||||
|
"github.com/boltcard/boltcard/crypto"
|
||||||
|
"os"
|
||||||
)
|
)
|
||||||
|
|
||||||
// inspired by parse_request() in lnurlw_request.go
|
// inspired by parse_request() in lnurlw_request.go
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue