f3f6662fc9
* Initial draft of the neo-go wallet * Cleanup + more test for util package * integrated wallet into neo-cli partially * base wallet implementation + smartcontract code.
8 lines
76 B
Go
8 lines
76 B
Go
package wallet
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestNewWallet(t *testing.T) {
|
|
}
|