0xJamesBong
Results
1
issues of
0xJamesBong
I have a struct like this ``` struct Question { strings.slice question; strings.slice answer; } ``` And a mapping``` mapping(uint256 => QA) public questions;``` and a proposeQuestion function that looks...