This commit is contained in:
ntr 2019-05-19 19:16:59 +10:00
parent bcf17cd19d
commit 5f969abc17

View File

@ -46,7 +46,7 @@ impl Rpc {
None => None, None => None,
}; };
info!("method={:?} method={:?}", v.method, account.name); info!("method={:?} account={:?}", v.method, account.name);
// check the method // check the method
// if no auth required // if no auth required