|
@@ -1539,6 +1539,7 @@ export class InitiaClient extends InitiaTask {
|
|
|
((new Date().valueOf() + 3500000) * 1000000).toString(),
|
|
|
)
|
|
|
await this.broadcast(msg)
|
|
|
+ return `undone`
|
|
|
}
|
|
|
|
|
|
// const wallet = new Wallet(this.milkyway, this.key)
|
|
@@ -1547,8 +1548,6 @@ export class InitiaClient extends InitiaTask {
|
|
|
{ prefix: 'init' },
|
|
|
)
|
|
|
|
|
|
- const [account] = await wallet.getAccounts()
|
|
|
-
|
|
|
const fee = {
|
|
|
gas: '243190',
|
|
|
amount: [
|