mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
exception handling and parseMethodTable() bugfixes
This commit is contained in:
@ -967,7 +967,7 @@ parseMethodTable(Thread* t, Stream& s, object class_, object pool)
|
||||
if (p) {
|
||||
set(t, tripleSecond(t, p), method);
|
||||
} else {
|
||||
hashMapInsert(t, virtualMap, method, 0, methodHash);
|
||||
hashMapInsert(t, nativeMap, method, 0, methodHash);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user