dart-bitcoin / bitcoin_flutter

A dart Bitcoin library for Flutter.
MIT License
165 stars 123 forks source link

new HDWallet(seed) is not work #15

Closed YDJSZY closed 5 years ago

YDJSZY commented 5 years ago

new HDWallet(seed) is not work. It need other arguments.

trongdth commented 5 years ago

Use this one: HDWallet.fromSeed(seed)

longhoangwkm commented 5 years ago

As @trongdth said: new HDWallet.fromSeed(seed) https://github.com/anicdh/bitcoin_flutter/blob/e20962e681a6eacb85b316da4cc2589b7b604f64/test/bitcoin_test.dart#L9 Feel free to open if you have any issues, Thanks!