Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnetwork committed Sep 27, 2023
1 parent 8d1bd1b commit 5d2fdca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bip39/bip39.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// "BIP39 multi-language support implementation for mnemonic phrases.

// BIP39 multi-language support implementation for mnemonic phrases.
package bip39

import (
Expand Down
4 changes: 3 additions & 1 deletion example/example_calculate_fee.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
// Examples, of how to use the package
package example

import (
"github.com/mrtnetwork/bitcoin/address"
"github.com/mrtnetwork/bitcoin/provider"

"fmt"
"math/big"

"github.com/mrtnetwork/bitcoin/constant"
hdwallet "github.com/mrtnetwork/bitcoin/hd_wallet"
"github.com/mrtnetwork/bitcoin/keypair"
"math/big"
)

/*
Expand Down
1 change: 1 addition & 0 deletions example/example_multi_sig_transaction.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Examples, of how to use the package
package example

import (
Expand Down

0 comments on commit 5d2fdca

Please sign in to comment.