avatar
Articles
3
Tags
0
Categories
2
Home
Categories
tags
about
archives
links
ZGN's Blog宵宫姐姐的一点点介绍
Home
Categories
tags
about
archives
links

宵宫姐姐的一点点介绍

Created2024-11-08|Updated2024-11-08|二次元
|Post Views:
Author: zgn
Link: http://example.com/2024/11/08/%E5%AE%B5%E5%AE%AB%E5%A7%90%E5%A7%90%E7%9A%84%E4%B8%80%E7%82%B9%E7%82%B9%E4%BB%8B%E7%BB%8D/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Previous
PQC/wallet.cpp:2466 CreateTransaction函数详解
1234567891011121314151617181920212223bool CWallet::CreateTransaction(const vector<CRecipient>& vecSend, CWalletTx& wtxNew, CReserveKey& reservekey, CAmount& nFeeRet, int& nChangePosInOut, std::string& strFailReason, const CCoinControl* coinControl, bool sign){ CAmount nValue = 0; int nChangePosRequest = nChangePosInOut; unsigned int nSubtractFeeFromAmount = 0; for (const auto& recipient : vecSend) { ...
Next
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment
avatar
zgn
Articles
3
Tags
0
Categories
2
Follow Me
Announcement
我是宵宫姐姐的狗
Recent Posts
PQC/wallet.cpp:2466 CreateTransaction函数详解2024-11-12
宵宫姐姐的一点点介绍2024-11-08
Hello World2024-11-08
©2024 By zgn
Framework Hexo|Theme Butterfly