From dc9f718ee41d5c91042c9e1790b4112c6d71f836 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sat, 3 Aug 2019 17:32:20 -0700 Subject: Cleanup tags in post --- src/blog/polymorphism-in-solidity.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blog/polymorphism-in-solidity.html b/src/blog/polymorphism-in-solidity.html index a6a6aca..9c55923 100644 --- a/src/blog/polymorphism-in-solidity.html +++ b/src/blog/polymorphism-in-solidity.html @@ -39,7 +39,7 @@ struct file { // ... }; - +

The important bit is the f_op field, of type struct @@ -62,7 +62,6 @@ struct file_operations { // ... }; - It's mostly a bunch of function pointers that appear to be... operations one might want to perform on a file. @@ -166,6 +165,7 @@ This doesn't look terrible yet.

Now imagine that you wanted to handle even more asset classes. +

What if there was a token YourToken that had mint and -- cgit v1.2.3