You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FAB-10407] Fix an errMsg in vscc (cc deploy/upgr.)
Currently, during a chaincode deploy or upgrade, when more
than the required number of entries present in the lscc write set,
vscc throws the following error
"LSCC can only issue a single putState upon deploy/upgrade"
This CR differentiate the error message (for deploy and
upgrade) by either specifying "deploy" or "upgrade" but not both
Change-Id: If2cff9770ae83871cb904d2a2d203ecd51c6d0d0
Signed-off-by: senthil <cendhu@gmail.com>
0 commit comments