ethereum-tokenescrow icon indicating copy to clipboard operation
ethereum-tokenescrow copied to clipboard

What if one has two escrows?

Open sohelmk opened this issue 6 years ago • 0 comments

How will you differentiate if someone owns two escrows in the following piece of your code?

// Incoming transfer from the buyer function() { Escrow escrow = escrows[msg.sender];

sohelmk avatar Apr 05 '18 05:04 sohelmk