Commit 60e4efbc authored by heyubin's avatar heyubin Committed by vipwzw

add by hyb for multisig-para

parent 3eb64027
...@@ -887,7 +887,7 @@ func (m *MultiSig) getMultiSigAccAssets(multiSigAddr string, assets *mty.Assets) ...@@ -887,7 +887,7 @@ func (m *MultiSig) getMultiSigAccAssets(multiSigAddr string, assets *mty.Assets)
} }
var acc1 *types.Account var acc1 *types.Account
execaddress := dapp.ExecAddress(m.GetName()) execaddress := dapp.ExecAddress(types.ExecName(m.GetName()))
acc1 = acc.LoadExecAccount(multiSigAddr, execaddress) acc1 = acc.LoadExecAccount(multiSigAddr, execaddress)
return acc1, nil return acc1, nil
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment