Skip to content

Commit 7255ee1

Browse files
author
ldx
committed
添加ark的签名
1 parent 950fe5b commit 7255ee1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ go 1.12
55
require (
66
github.com/assetsadapterstore/tivalue-adapter v1.0.3
77
github.com/astaxie/beego v1.11.1
8+
github.com/blocktree/arkecosystem-adapter v1.0.0
89
github.com/blocktree/bitshares-adapter v1.0.5
910
github.com/blocktree/ddmchain-adapter v1.0.5
1011
github.com/blocktree/eosio-adapter v1.0.0
1112
github.com/blocktree/ethereum-adapter v1.1.10
12-
github.com/blocktree/futurepia-adapter v1.0.9
13+
github.com/blocktree/futurepia-adapter v1.0.12
1314
github.com/blocktree/go-owcrypt v1.0.3
1415
github.com/blocktree/moacchain-adapter v1.0.3
1516
github.com/blocktree/nulsio-adapter v1.1.5

signatureSet/init.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import (
1919
"github.com/blocktree/ripple-adapter/ripple_txsigner"
2020
"github.com/blocktree/virtualeconomy-adapter/virtualeconomy_txsigner"
2121
"github.com/blocktree/waykichain-adapter/waykichain_txsigner"
22+
"github.com/blocktree/arkecosystem-adapter/arkecosystem_txsigner"
2223
)
2324

2425
func init() {
@@ -38,6 +39,8 @@ func init() {
3839
RegTxSigner("VCC", ethereum_txsigner.Default)
3940
RegTxSigner("BTS", bts_txsigner.Default)
4041
RegTxSigner("BAR", bts_txsigner.Default)
42+
RegTxSigner("ARK", arkecosystem_txsigner.Default)
43+
4144
}
4245

4346
// 交易签名注册组

0 commit comments

Comments
 (0)