Skip to content
Snippets Groups Projects
Commit e6b38e99 authored by Mariano Absatz (git)'s avatar Mariano Absatz (git)
Browse files

bugfix: estaba definiendo dos veces la misma función

parent d7fcd746
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ contract Stamper {
}
// devuelve la ubicacion en la sstamplist de un stamp especifico de este stamper
function getObjectPos( address stamper, uint256 pos ) public view returns (uint256)
function getStamperPos( address stamper, uint256 pos ) public view returns (uint256)
{
return hashstampers[stamper][pos];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment