Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
7567678a
Unverified
Commit
7567678a
authored
Mar 13, 2019
by
vipwzw
Committed by
GitHub
Mar 13, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #356 from icehawk-hyb/issues355
add by hyb for MultiSig exec
parents
65ba0be8
7f278f28
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
action.go
plugin/dapp/multisig/executor/action.go
+1
-1
No files found.
plugin/dapp/multisig/executor/action.go
View file @
7567678a
...
...
@@ -94,7 +94,7 @@ func (a *action) MultiSigAccCreate(accountCreate *mty.MultiSigAccCreate) (*types
//通过创建交易的txhash生成一个唯一的多重签名合约 NewAddrFromString
addr
:=
address
.
MultiSignAddress
(
a
.
txhash
)
//账户去重校验
multiSig
,
err
:=
getMultiSigAcc
ount
(
a
.
local
db
,
addr
)
multiSig
,
err
:=
getMultiSigAcc
FromDb
(
a
.
db
,
addr
)
if
err
==
nil
&&
multiSig
!=
nil
{
return
nil
,
mty
.
ErrAccountHasExist
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment